Skip to content

Commit cd776f9

Browse files
author
David Narbutovich
committed
Fix publish
1 parent d4cef93 commit cd776f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"scripts": {
1616
"prebuild": "rimraf ./lib",
1717
"build": "babel src --out-dir lib",
18-
"test": "npm run build && node ./test/test.js"
18+
"test": "npm run build && node ./test/test.js",
19+
"prepublishOnly": "npm run build & npm run test"
1920
},
2021
"devDependencies": {
2122
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)