Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit ba4583c

Browse files
committed
Add prepare script
1 parent cd91363 commit ba4583c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"pretest": "npm run build",
2525
"test": "mocha",
2626
"posttest": "npm run lint",
27-
"prepublish": "npm run test"
27+
"prepublishOnly": "npm run test",
28+
"prepare": "npm run build"
2829
},
2930
"dependencies": {
3031
"compare-versions": "2.0.1",

0 commit comments

Comments
 (0)