Skip to content

Commit

Permalink
🏗build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Mar 24, 2020
1 parent 371defb commit dc36e1e
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 @@ -27,7 +27,7 @@
"sideEffects": false,
"scripts": {
"build": "tsc",
"test": "jest --coverage --coverageReporters=text",
"test": "yarn run build && jest --coverage --coverageReporters=text",
"release": "yarn run build && np",
"prettier": "prettier --write --config .prettierrc.toml '{**/*.ts}'"
},
Expand Down

0 comments on commit dc36e1e

Please sign in to comment.