ci: run typecheck and eslint separately (#9966)
* ci: run typecheck and eslint separately * fix syntax
This commit is contained in:

committed by
GitHub

parent
8f9ce23e52
commit
dd52be3a01
@@ -4,7 +4,9 @@
|
||||
"scripts": {
|
||||
"watch": "node build.js watch",
|
||||
"build": "node build.js",
|
||||
"lint": "tsc --noEmit && eslint --quiet src/**/*.ts"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"eslint": "eslint --quiet src/**/*.ts",
|
||||
"lint": "pnpm typecheck && pnpm eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"esbuild": "0.14.42",
|
||||
|
Reference in New Issue
Block a user