We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd246c commit 1401806Copy full SHA for 1401806
package.json
@@ -5,11 +5,11 @@
5
"private": true,
6
"scripts": {
7
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn",
8
- "clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
+ "clean.all": "nx run nativescript-demo-ng:clean && npm run clean",
9
"postinstall": "husky install && ngcc --properties es2015 browser module main",
10
"nx": "nx",
11
"start": "nx serve",
12
- "build": "nx build",
+ "build": "nx run zone-js:build && nx run angular:build",
13
"test": "nx test",
14
"lint": "nx workspace-lint && nx lint",
15
"e2e": "nx e2e",
0 commit comments