Skip to content

Commit 4e1124d

Browse files
committed
Update release script
1 parent 4129737 commit 4e1124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ci": "jest --ci",
1212
"prepublishOnly": "npm run build",
1313
"prettify": "prettier --write **/*.js",
14-
"release": "release patch && echo 'now run `npm publish`'"
14+
"release": "release patch && echo 'A Github Action will now publish to NPM! 🚀'"
1515
},
1616
"engines": {
1717
"node": ">=8"

0 commit comments

Comments
 (0)