Skip to content

Commit d1ce2fe

Browse files
authored
Merge pull request #56 from janniks/update-postpublish
Update postpublish
2 parents 7f6ea4c + 79528f4 commit d1ce2fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
2424
"release:minor": "npm version minor -m 'Release %s' && npm publish",
2525
"release:patch": "npm version patch -m 'Release %s' && npm publish",
26-
"postpublish": "./scripts/postpublish.sh",
26+
"postpublish": "echo \"\\033[31m !!! Now, manually run: ./scripts/postpublish.sh' !!! \\033[00m\"",
2727
"prepare": "rm -rf dist *.tgz && npm run build"
2828
},
2929
"dependencies": {

scripts/postpublish.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ git add --all
88
git commit -m 'Update example'
99
git push --tags
1010

11-
echo ""
12-
1311
gh release create $GIT_TAG -t "$GIT_TAG"

0 commit comments

Comments
 (0)