We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df38583 commit 42ca702Copy full SHA for 42ca702
‎package.json
@@ -11,7 +11,7 @@
11
"dev": "microbundle watch",
12
"lint": "eslint src/**/*.ts",
13
"prepublishOnly": "npm run build",
14
- "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
+ "release": "npm t && git commit -am \"$npm_package_version 🚀\" && git tag $npm_package_version && git push && git push --tags && npm publish",
15
"test": "jest"
16
},
17
"files": [
0 commit comments