We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be5b1b commit 94e90a4Copy full SHA for 94e90a4
package.json
@@ -33,7 +33,7 @@
33
"version:patch": "npm --no-git-tag-version version patch",
34
"version:minor": "npm --no-git-tag-version version minor",
35
"version:major": "npm --no-git-tag-version version major",
36
- "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
+ "preversion": "npm run check-changelog && npm run check-only-changelog-changed",
37
"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags",
38
"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
39
"postpublish": "[ \"${npm_config_tag:-latest}\" != latest ] || npm run gh-pages",
0 commit comments