Skip to content

Commit 71e1f1e

Browse files
committed
package.json: Use prepare instead of prepublish.
1 parent 38d1663 commit 71e1f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"scripts": {
3636
"pretest": "eslint src",
37-
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
37+
"prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
3838
"lintfix": "eslint --fix src",
3939
"report": "nyc report --reporter=html",
4040
"test": "nyc ava src/__tests__/*.js",

0 commit comments

Comments
 (0)