We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e12336 commit d670ebbCopy full SHA for d670ebb
package.json
@@ -45,7 +45,7 @@
45
"format": "prettier --write . && pnpm lint --fix",
46
"lint": "eslint . --cache --max-warnings 10",
47
"prepare": "simple-git-hooks",
48
- "release": "pnpm check && mocha && clean-pkg-json changeset publish",
+ "release": "pnpm check && mocha && clean-pkg-json && changeset publish",
49
"test": "pnpm lint && mocha"
50
},
51
"peerDependencies": {
0 commit comments