Skip to content

Commit bf5edd0

Browse files
committed
fix nx config
1 parent 71a4d6c commit bf5edd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
},
4040
"buildNpmPkg": {
4141
"executor": "nx:run-script",
42-
"dependsOn": ["buildNpmPkg", "^build", "build", "default"],
42+
"dependsOn": ["^build", "build", "default"],
4343
"options": {
4444
"script": "buildNpmPkg"
4545
}
4646
},
4747
"publishNpmPkg": {
4848
"executor": "nx:run-script",
49-
"dependsOn": ["build"],
49+
"dependsOn": ["buildNpmPkg"],
5050
"options": {
5151
"script": "publishNpmPkg"
5252
}

0 commit comments

Comments
 (0)