Skip to content

Commit f425ae2

Browse files
committed
fix: update bump-version script to include build step for docs generation to work
1 parent 18fec7b commit f425ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "turbo test",
2626
"test:watch": "turbo test -- --watch",
2727
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
28-
"bump-version": "changeset version && npm i && npm run docs",
28+
"bump-version": "changeset version && npm i && turbo run build && npm run docs",
2929
"publish-packages": "turbo run build && changeset publish",
3030
"clean": "npx -y rimraf -g **/node_modules **/dist **/.turbo",
3131
"prepare": "husky"

0 commit comments

Comments
 (0)