SUPPORT-9421: fix
This commit is contained in:
parent
201fc492ca
commit
d4555d0beb
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
||||||
"tsc": "node ./node_modules/typescript/bin/tsc",
|
"tsc": "node ./node_modules/typescript/bin/tsc",
|
||||||
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
|
"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-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",
|
"compile": "npm run ts-watch",
|
||||||
"install-compile": "npm install && npm run ts-watch"
|
"install-compile": "npm install --force && npm run ts-watch"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "7.2.15",
|
"@angular/animations": "7.2.15",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue