Skip to content

Commit 7498e89

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 0f5a983 commit 7498e89

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

0 commit comments

Comments
 (0)