Skip to content

Commit e4ddba7

Browse files
author
Zoran Liu
committed
update
1 parent 577feeb commit e4ddba7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22
"npmScope": "angular-react",
33
"projects": {
44
"docs": {
5+
"root": "./apps/docs",
56
"tags": []
67
},
78
"demo": {
9+
"root": "./apps/demo",
810
"tags": []
911
},
1012
"core": {
13+
"root": "./libs/core",
1114
"tags": []
1215
},
1316
"fabric": {
17+
"root": "./libs/fabric",
1418
"tags": []
1519
},
1620
"semantic-ui": {
21+
"root": "./libs/semantic-ui",
1722
"tags": []
1823
}
1924
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
6060
"help": "./node_modules/.bin/nx help",
6161
"affected:test": "./node_modules/.bin/nx affected:test",
62-
"affected:lint": "./node_modules/.bin/nx affected:lint",
63-
"postinstall": "ngcc"
62+
"affected:lint": "./node_modules/.bin/nx affected:lint"
6463
},
6564
"private": false,
6665
"dependencies": {

0 commit comments

Comments
 (0)