Skip to content

Commit 4f24dbd

Browse files
committed
Skip cache when building prod
1 parent 0d8c3b8 commit 4f24dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"build": "lerna run build",
2424
"build:lib": "lerna run build:lib",
25-
"build:prod": "lerna run build:prod",
25+
"build:prod": "lerna run build:prod --skip-nx-cache",
2626
"build:test": "lerna run build:test",
2727
"build:utils": "cd buildutils && npm run build",
2828
"clean": "lerna run clean",

0 commit comments

Comments
 (0)