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 cafeb17 commit 361d108Copy full SHA for 361d108
package.json
@@ -10,7 +10,10 @@
10
"build-example": "webpack",
11
"dev": "echo 'Open http://localhost:4003/examples/1.html' && cross-env NODE_ENV=test webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4003 --content-base .",
12
"prepublish": "npm run build",
13
- "validate": "npm ls"
+ "validate": "npm ls",
14
+ "preversion": "npm run lint",
15
+ "version": "npm run build && git add CHANGELOG.md",
16
+ "postversion": "git push && git push --tags"
17
},
18
"repository": {
19
"type": "git",
0 commit comments