Skip to content

Commit

Permalink
qa(ci): Avoid duplicate runs of checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Mar 19, 2018
1 parent 9058b0a commit 93bd2c1
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 @@ -22,7 +22,7 @@
"prepublish": "npm run build",
"prettier:fix":
"prettier --write --single-quote --trailing-comma es5 \"{src/**/*.js,package.json}\"",
"test": "jest && npm run lint && npm run flow",
"test": "jest",
"test:watch": "jest --watch",
"release": "./release.sh",
"smoke": "node tests/smoke/run"
Expand Down

0 comments on commit 93bd2c1

Please sign in to comment.