Skip to content

Commit 94e90a4

Browse files
Removed the test steps from the preversion script
1 parent 2be5b1b commit 94e90a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"version:patch": "npm --no-git-tag-version version patch",
3434
"version:minor": "npm --no-git-tag-version version minor",
3535
"version:major": "npm --no-git-tag-version version major",
36-
"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
36+
"preversion": "npm run check-changelog && npm run check-only-changelog-changed",
3737
"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags",
3838
"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
3939
"postpublish": "[ \"${npm_config_tag:-latest}\" != latest ] || npm run gh-pages",

0 commit comments

Comments
 (0)