Skip to content

Commit d670ebb

Browse files
committed
chore: fix release script
1 parent 0e12336 commit d670ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"format": "prettier --write . && pnpm lint --fix",
4646
"lint": "eslint . --cache --max-warnings 10",
4747
"prepare": "simple-git-hooks",
48-
"release": "pnpm check && mocha && clean-pkg-json changeset publish",
48+
"release": "pnpm check && mocha && clean-pkg-json && changeset publish",
4949
"test": "pnpm lint && mocha"
5050
},
5151
"peerDependencies": {

0 commit comments

Comments
 (0)