diff --git a/frontend/package.json b/frontend/package.json index 1ae4229b..b3618983 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",