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

Skip to content

Commit 0c0e474

Browse files
committed
chore: skip cache for publish
1 parent c4299b2 commit 0c0e474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"cache": true
7070
},
7171
"publish": {
72-
"dependsOn": ["lint", "test", "version", "build"]
72+
"dependsOn": ["lint", "test", "version", "build"],
73+
"cache": false
7374
},
7475
"build-lib": {
7576
"cache": true

0 commit comments

Comments
 (0)