Skip to content

Commit 5b4c5f7

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 721d75a commit 5b4c5f7

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
@@ -67,8 +67,8 @@
6767
"scripts": {
6868
"build": "rm -rf lib && babel src -d lib",
6969
"cover": "nyc --reporter=lcov npm test",
70-
"prepublish": "npm run build",
7170
"test": "ava",
72-
"esdoc": "esdoc"
71+
"esdoc": "esdoc",
72+
"prepare": "npm run build"
7373
}
7474
}

0 commit comments

Comments
 (0)