Skip to content

Commit

Permalink
build(npm): build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Feb 24, 2019
1 parent 040d6dc commit a11c465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "rimraf ./dist && microbundle",
"dev": "microbundle watch",
"prepublishOnly": "npm run build",
"test": "jest"
"test": "npm run build && jest"
},
"dependencies": {
"readable-stream": "^3.1.1",
Expand Down

0 comments on commit a11c465

Please sign in to comment.