update sw to the new templates
This commit is contained in:
parent
f6d5a2378a
commit
ae16425230
6 changed files with 12 additions and 22 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"typecheck-all": "pnpm run --no-bail typecheck:sw && pnpm run --no-bail typecheck:scripts",
|
||||
"typecheck": "pnpm run typecheck:sw && pnpm run typecheck:scripts",
|
||||
"typecheck:sw": "tsc -p tsconfig.sw.json --noEmit",
|
||||
"typecheck:scripts": "tsc -p jsconfig.scripts.json --noEmit",
|
||||
"typecheck:scripts": "tsc -p tsconfig.scripts.json --noEmit",
|
||||
"eslint": "eslint --quiet --cache -c eslint.config.js",
|
||||
"lint": "pnpm typecheck && pnpm eslint"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue