Fix command

This commit is contained in:
Fabio Berger 2018-08-26 23:43:19 +01:00
parent 6a6b424c86
commit 41559c39b9

View File

@ -17,7 +17,7 @@
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage",
"clean": "shx rm -rf lib",
"build": "tsc && copy_md_files && yarn build-json",
"build": "tsc && yarn copy_md_files && yarn build-json",
"build-json": "ts-node build_scripts/buildJson.ts",
"build-json:watch": "chokidar 'src/**/*' -c 'yarn build-json' ",
"copy_md_files": "copyfiles -u 2 './src/md/**/*.md' ./lib/md",