Skip to content

Commit c525165

Browse files
authored
build: Update publish command to also build the packages (#45)
Actually build the packages when publishing a new version.
1 parent 4f1183e commit c525165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "husky install",
2222
"changeset:add": "pnpm changeset",
2323
"changeset:consume": "pnpm changeset version",
24-
"changeset:publish": "pnpm changeset publish"
24+
"changeset:publish": "pnpm run build && pnpm changeset publish"
2525
},
2626
"devDependencies": {
2727
"@changesets/cli": "^2.27.1",

0 commit comments

Comments
 (0)