You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@
23
23
"clean": "lerna run clean",
24
24
"lint": "lerna run lint",
25
25
"dep-check": "lerna run dep-check",
26
-
"release": "npm run update-contributors && lerna publish && npm run release:docker",
26
+
"release": "NODE_ENV=production npm run update-contributors && npm run clean && npm run build && lerna publish && npm run release:docker",
27
27
"release:docker": "npm run release:docker:build && npm run release:docker:tag-latest && npm run release:docker:tag-version && npm run release:docker:push-latest && npm run release:docker:push-version",
0 commit comments