Skip to content

Commit 630cd63

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 51063f1 commit 630cd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"scripts": {
8181
"build": "rm -rf lib && babel src -d lib",
8282
"cover": "nyc --reporter=lcov npm test",
83-
"prepublish": "npm run build",
8483
"test": "ava",
85-
"esdoc": "esdoc"
84+
"esdoc": "esdoc",
85+
"prepare": "npm run build"
8686
}
8787
}

0 commit comments

Comments
 (0)