We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979896 commit 8dab732Copy full SHA for 8dab732
package.json
@@ -8,7 +8,8 @@
8
"dev": "babel src -d dist --watch --ignore **/*.test.js",
9
"test": "jest --watch",
10
"prepublishOnly": "npm run build",
11
- "prettify": "prettier --write **/*.js"
+ "prettify": "prettier --write **/*.js",
12
+ "release": "release patch && echo 'now run `npm publish`'"
13
},
14
"engines": {
15
"node": ">=8"
0 commit comments