Skip to content

Commit 165421a

Browse files
committedApr 24, 2020
😒 chore(package.json): prepublish -> prepare.
1 parent bfddfed commit 165421a

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

0 commit comments

Comments
 (0)
Please sign in to comment.