Skip to content

Commit c052b59

Browse files
committed
fix(pkg): npm@5
1 parent 2732854 commit c052b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build-example": "webpack",
1111
"dev": "webpack-dev-server --open --open-page=examples/1.html",
1212
"watch": "webpack --progress --watch",
13-
"prepublish": "npm run build",
14-
"validate": "yarn list",
13+
"prepare": "npm run build",
14+
"validate": "yarn check",
1515
"preversion": "npm run lint",
1616
"version": "git add CHANGELOG.md",
1717
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)