🚨(app-desk) improve linter
The linter was passing near the ts errors in the tests, we improve the linter by adding a ts checkup.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build:ci": "cp .env.development .env.local && yarn build",
|
||||
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes",
|
||||
"start": "npx -y serve@latest out",
|
||||
"lint": "next lint",
|
||||
"lint": "tsc --noEmit && next lint",
|
||||
"prettier": "prettier --write .",
|
||||
"stylelint": "stylelint \"**/*.css\"",
|
||||
"test": "jest",
|
||||
|
||||
Reference in New Issue
Block a user