Skip to content

Commit 11dfe9e

Browse files
committed
Add prepublish script
1 parent 3e75f63 commit 11dfe9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dist"
99
],
1010
"scripts": {
11+
"prepublishOnly": "npm run build && npm test",
1112
"build": "./build.sh",
1213
"test": "ava"
1314
},

0 commit comments

Comments
 (0)