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 2732854 commit c052b59Copy full SHA for c052b59
package.json
@@ -10,8 +10,8 @@
10
"build-example": "webpack",
11
"dev": "webpack-dev-server --open --open-page=examples/1.html",
12
"watch": "webpack --progress --watch",
13
- "prepublish": "npm run build",
14
- "validate": "yarn list",
+ "prepare": "npm run build",
+ "validate": "yarn check",
15
"preversion": "npm run lint",
16
"version": "git add CHANGELOG.md",
17
"postversion": "git push && git push --tags"
0 commit comments