fix: Update --no-emit to --noEmit
This commit is contained in:
Родитель
48047cc31a
Коммит
2678e48550
|
@ -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/",
|
||||
|
|
Загрузка…
Ссылка в новой задаче