added a new helper script declaration to generate the file helper
This commit is contained in:
parent
1411863315
commit
d69500432e
1 changed files with 1 additions and 0 deletions
|
@ -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;",
|
||||
|
|
Loading…
Add table
Reference in a new issue