We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcf5d7 commit 60177d5Copy full SHA for 60177d5
package.json
@@ -42,7 +42,7 @@
42
"lint:fix": "eslint src test --fix",
43
"prepare": "npm run build",
44
"prepublishOnly": "npm run lint && rm -rf dist && npm test",
45
- "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
+ "release": "bumpp -x \"npm run changelog\" --all",
46
"pretest": "npm run build",
47
"test": "vitest run",
48
"test:dev": "vitest",
0 commit comments