Skip to content

Commit

Permalink
ci: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Sep 21, 2023
1 parent bd1e02f commit cefa654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest",
"clean": "rimraf dist",
"changeset:version": "changeset status && changeset version",
"changeset:publish": "pnpm publish -r"
"changeset:publish": "pnpm build && changeset publish"
},
"simple-git-hooks": {
"pre-commit": "pnpm test"
Expand Down

0 comments on commit cefa654

Please sign in to comment.