Skip to content

Commit 1401806

Browse files
committed
chore: cleanup
1 parent fcd246c commit 1401806

File tree

2 files changed

+911
-1213
lines changed

2 files changed

+911
-1213
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"private": true,
66
"scripts": {
77
"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",
8+
"clean.all": "nx run nativescript-demo-ng:clean && npm run clean",
99
"postinstall": "husky install && ngcc --properties es2015 browser module main",
1010
"nx": "nx",
1111
"start": "nx serve",
12-
"build": "nx build",
12+
"build": "nx run zone-js:build && nx run angular:build",
1313
"test": "nx test",
1414
"lint": "nx workspace-lint && nx lint",
1515
"e2e": "nx e2e",

0 commit comments

Comments
 (0)