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 5e442ad commit 0391844Copy full SHA for 0391844
package.json
@@ -7,7 +7,8 @@
7
"build": "BABEL_ENV=production babel src --out-dir lib",
8
"clean": "rimraf lib",
9
"cover": "nyc --check-coverage npm run test",
10
- "deploy": "npm version minor && npm publish --access=public",
+ "deploy:minor": "npm version minor && npm publish --access=public",
11
+ "deploy:patch": "npm version patch && npm publish --access=public",
12
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
13
"prepublish": "npm run clean && npm run build",
14
"pretty": "prettier --write \"./**/*.{js,json,yml,md,vue,css,scss}\"",
0 commit comments