added a new helper script declaration to generate the file helper

This commit is contained in:
WolverinDEV 2019-10-30 21:51:47 +01:00
parent 1411863315
commit d69500432e

View file

@ -6,6 +6,7 @@
"directories": {},
"scripts": {
"compile-sass": "sass --update .:.",
"compile-file-helper": "tsc file.ts",
"build-worker-codec": "tsc -p web/js/workers/tsconfig_worker_codec.json",
"build-worker-pow": "tsc -p shared/js/workers/tsconfig_worker_pow.json",
"build-worker": "npm run build-worker-codec; npm run build-worker-pow;",