ci: add missing types check (#3384)

This commit is contained in:
Erez Rokah 2020-03-06 18:10:44 +01:00 committed by GitHub
parent eb21723799
commit 1090afd31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",