Archived
1
0

feat(testing): add serviceWorker tests

This commit is contained in:
Joe Previte
2021-02-18 14:35:41 -07:00
parent ee0973c05a
commit 6b56e6572d
7 changed files with 108 additions and 6 deletions

View File

@ -6,7 +6,7 @@ main() {
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js" | grep -v "lib/vscode")
stylelint $(git ls-files "*.css" | grep -v "lib/vscode")
tsc --noEmit
tsc --noEmit --skipLibCheck
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files "*.sh" | grep -v "lib/vscode")
if command -v helm && helm kubeval --help > /dev/null; then
helm kubeval ci/helm-chart