Skip to content

Commit ade9f8f

Browse files
committed
fix nx
1 parent 5720838 commit ade9f8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"build:tarball": {
2323
"dependsOn": [
24-
"build:pack",
2524
"^build:pack",
2625
"^build:types"
2726
],

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"zone.js": "^0.11.8"
4242
},
4343
"scripts": {
44-
"build": "yarn build:ngc",
44+
"build": "yarn build:pack",
4545
"build:pack": "ng build --prod",
4646
"build:dev": "run-s build",
47-
"build:watch": "run-p build:ngc:watch",
47+
"build:watch": "run-p build:pack:watch",
4848
"build:pack:watch": "ng build --prod --watch",
4949
"build:tarball": "npm pack ./build",
5050
"circularDepCheck": "madge --circular src/index.ts",

0 commit comments

Comments
 (0)