Skip to content

Commit

Permalink
Always run build before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Jul 17, 2019
1 parent 73b479a commit 5eb4ff0
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 @@ -21,7 +21,7 @@
"changelog": "./t changelog",
"prepublish": "npm run build",
"lint": "eslint --fix index.js rollup.config.js lib/ test/",
"test": "mocha"
"test": "yarn build && mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5eb4ff0

Please sign in to comment.