fix: Update --no-emit to --noEmit

This commit is contained in:
Florian Zia 2024-06-19 15:36:55 +02:00
Родитель 48047cc31a
Коммит 2678e48550
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
"build": "npm run get-location-data && npm run build-glean && npm run build-nimbus && next build && npm run build-cronjobs",
"cloudrun": "npm run db:migrate && npm start",
"start": "next start",
"lint": "stylelint '**/*.scss' && prettier --check './src' && next lint --max-warnings=0 && tsc -p tsconfig.json --no-emit",
"lint": "stylelint '**/*.scss' && prettier --check './src' && next lint --max-warnings=0 && tsc -p tsconfig.json --noEmit",
"fix": "prettier --write './src' && next lint --fix && stylelint --fix '**/*.scss'",
"test": "jest",
"e2e": "playwright test src/e2e/",