Merged in feature/tsgo (pull request #3069)
Use tsgo for typechecking * switch to tsgo for type-checking * Merged in chore/remove-cypress (pull request #3066) chore: remove unused dependencies * chore: remove cypress * remove unused deps * update yarn.lock after removing unused deps Approved-by: Anton Gunnarsson * use tsgo for typechecking * use tsgo for type-checking * yarn install * fix(BOOK-496): Slowed down the MarqueeText component animation Approved-by: Matilda Landström * switch to tsgo for type-checking * use tsgo for typechecking * use tsgo for type-checking * yarn install * Merge branch 'feature/tsgo' of bitbucket.org:scandic-swap/web into feature/tsgo * switch to use yarn check-types in lint-staged * Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/tsgo Approved-by: Linus Flood
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider PORT=3001 NEXT_PUBLIC_PORT=3001 next dev",
|
||||
"build": "next build",
|
||||
"start": "node .next/standalone/server.js",
|
||||
"lint": "next lint --max-warnings 0 && tsc --noEmit",
|
||||
"lint:fix": "next lint --fix && tsc --noEmit",
|
||||
"check-types": "tsc --noEmit",
|
||||
"lint": "next lint --max-warnings 0 && tsgo --noEmit",
|
||||
"lint:fix": "next lint --fix && tsgo --noEmit",
|
||||
"check-types": "tsgo --noEmit",
|
||||
"clean": "rm -rf .next",
|
||||
"test": "vitest run --passWithNoTests",
|
||||
"test:watch": "vitest",
|
||||
|
||||
Reference in New Issue
Block a user