Skip to content

Commit 12cc32c

Browse files
Removing parts of the script to attempt publishing
1 parent e77c637 commit 12cc32c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
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 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",
3836
"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
3937
"postpublish": "[ \"${npm_config_tag:-latest}\" != latest ] || npm run gh-pages",
4038
"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",

0 commit comments

Comments
 (0)