SUPPORT-9421: fix
This commit is contained in:
parent
2bee1790a3
commit
8f9d4fcf43
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
"tsc": "node ./node_modules/typescript/bin/tsc",
|
||||
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
|
||||
"ts-watch": "node node_modules/cross-env/dist/bin/cross-env.js TSC_NONPOLLING_WATCHER=true npm run tsc-watch",
|
||||
"ts": "npm install && npm run tsc",
|
||||
"ts": "npm install --force && npm run tsc",
|
||||
"compile": "npm run ts-watch",
|
||||
"install-compile": "npm install && npm run ts-watch"
|
||||
"install-compile": "npm install --force && npm run ts-watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "7.2.15",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue