Skip to content

Commit 54be819

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 3414f72 commit 54be819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"scripts": {
2626
"build": "rm -rf lib && babel src -d lib",
2727
"test": "ava",
28-
"esdoc": "esdoc"
28+
"esdoc": "esdoc",
29+
"prepare": "npm run build"
2930
},
3031
"author": "aureooms",
3132
"devDependencies": {

0 commit comments

Comments
 (0)