Skip to content

Commit 620c107

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 8e0b577 commit 620c107

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
@@ -66,8 +66,8 @@
6666
"scripts": {
6767
"build": "rm -rf lib && babel src -d lib",
6868
"cover": "nyc --reporter=lcov npm test",
69-
"prepublish": "npm run build",
7069
"test": "ava",
71-
"esdoc": "esdoc"
70+
"esdoc": "esdoc",
71+
"prepare": "npm run build"
7272
}
7373
}

0 commit comments

Comments
 (0)