Update verify to match check for functions

This commit is contained in:
Forrest Wolf 2022-06-28 14:08:10 -04:00
parent c18a0378e9
commit 535c2e782d

View File

@ -8,7 +8,7 @@
"web"
],
"scripts": {
"verify": "(cd web && npx prettier --check .; yarn lint --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit); (cd common && npx eslint . --max-warnings 0); (cd functions && npx eslint . --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit)"
"verify": "(cd web && npx prettier --check .; yarn lint --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit); (cd common && npx eslint . --max-warnings 0); (cd functions && npx eslint . --max-warnings 0; tsc -b -v --pretty)"
},
"dependencies": {},
"devDependencies": {