Skip to content

Commit 60d09a0

Browse files
committed
Update script
1 parent 0e5d943 commit 60d09a0

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
@@ -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": "echo \"\\033[31m !!! Now, manually run: ./scripts/postpublish.sh' !!! \\033[00m\"",
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": {

0 commit comments

Comments
 (0)