Skip to content

Commit 19c2197

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent c77d4c2 commit 19c2197

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
@@ -69,8 +69,8 @@
6969
"scripts": {
7070
"build": "rm -rf lib && babel src -d lib",
7171
"cover": "nyc --reporter=lcov npm test",
72-
"prepublish": "npm run build",
7372
"test": "ava",
74-
"esdoc": "esdoc"
73+
"esdoc": "esdoc",
74+
"prepare": "npm run build"
7575
}
7676
}

0 commit comments

Comments
 (0)