Skip to content

Commit

Permalink
ci: add missing types check (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Mar 6, 2020
1 parent eb21723 commit 1090afd
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 @@ -16,7 +16,7 @@
"clean:lerna": "lerna clean --yes",
"reset": "run-s clean clean:lerna",
"test": "run-s clean lint type-check test:unit",
"test:ci": "run-s clean lint-quiet test:unit",
"test:ci": "run-s clean lint-quiet type-check test:unit",
"test:all": "run-s test test:e2e",
"test:all:ci": "run-s test:ci test:e2e:ci",
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
Expand Down

0 comments on commit 1090afd

Please sign in to comment.