Skip to content

Commit 44ec6a5

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 2ebe5b2 commit 44ec6a5

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
@@ -85,8 +85,8 @@
8585
"scripts": {
8686
"build": "rm -rf lib && babel src -d lib",
8787
"cover": "nyc --reporter=lcov npm test",
88-
"prepublish": "npm run build",
8988
"test": "ava",
90-
"esdoc": "esdoc"
89+
"esdoc": "esdoc",
90+
"prepare": "npm run build"
9191
}
9292
}

0 commit comments

Comments
 (0)