Skip to content

Commit ff5b6c8

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 9d30806 commit ff5b6c8

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
@@ -74,8 +74,8 @@
7474
"scripts": {
7575
"build": "rm -rf lib && babel src -d lib",
7676
"cover": "nyc --reporter=lcov npm test",
77-
"prepublish": "npm run build",
7877
"test": "ava",
79-
"esdoc": "esdoc"
78+
"esdoc": "esdoc",
79+
"prepare": "npm run build"
8080
}
8181
}

0 commit comments

Comments
 (0)