Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b98f7e6

Browse files
committed
chore: wip
1 parent b5d3938 commit b98f7e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare",
2525
"typecheck"
2626
],
27-
"strictlyOrderedTargets": ["build", "package", "prepare"],
27+
"strictlyOrderedTargets": ["prebuild", "build", "package", "prepare"],
2828
"accessToken": "YjFjNTBhOWUtY2JmNy00ZDhiLWE5N2UtZjliNDAwNmIzOTdjfHJlYWQtd3JpdGU=",
2929
"canTrackAnalytics": false,
3030
"showUsageWarnings": true,
@@ -34,6 +34,10 @@
3434
},
3535
"targetDependencies": {
3636
"build": [
37+
{
38+
"target": "prebuild",
39+
"projects": "dependencies"
40+
},
3741
{
3842
"target": "build",
3943
"projects": "dependencies"

0 commit comments

Comments
 (0)