ykfe-utils

v3.6.5
utils for ykfe

types

concurrently "tsc --outDir ./es" "tsc --outDir ./lib"

watch:es

NODE_ENV=production BABEL_ENV=es babel src --out-dir es --watch --extensions '.ts,.tsx'

watch:lib

NODE_ENV=production BABEL_ENV=lib babel src --out-dir lib --watch --extensions '.ts,.tsx'

build

npm run types && concurrently "npm run watch:es" "npm run watch:lib "

watch

concurrently "npm run watch:es" "npm run watch:lib "

Metadata

  • Unknown
  • Whatever
  • zhangyuang
  • released 4/7/2020

Downloads