Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Sep 5, 2021
1 parent 4129737 commit 4e1124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ci": "jest --ci",
"prepublishOnly": "npm run build",
"prettify": "prettier --write **/*.js",
"release": "release patch && echo 'now run `npm publish`'"
"release": "release patch && echo 'A Github Action will now publish to NPM! 🚀'"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 4e1124d

Please sign in to comment.