We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f33c8b6 + f425ae2 commit 7e89cb2Copy full SHA for 7e89cb2
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"test": "turbo test",
26
"test:watch": "turbo test -- --watch",
27
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
28
- "bump-version": "changeset version && npm i && npm run docs",
+ "bump-version": "changeset version && npm i && turbo run build && npm run docs",
29
"publish-packages": "turbo run build && changeset publish",
30
"clean": "npx -y rimraf -g **/node_modules **/dist **/.turbo",
31
"prepare": "husky"
0 commit comments