mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 12:11:51 +02:00
🔨 Update type-check script (#1164)
This commit is contained in:
parent
997a1eec78
commit
e5be3166ea
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"type-check": "tsc --pretty --noEmit",
|
||||
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js",
|
||||
"prettier": "prettier --write ./src"
|
||||
},
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"type-check": "tsc --pretty --noEmit",
|
||||
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js",
|
||||
"prettier": "prettier --write ./src",
|
||||
"test:integration": "NODE_ENV=test playwright test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue