mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-29 17:49:02 +00:00
Make knip happier (#32721)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b2674e6fa4
commit
32037b0135
@@ -34,9 +34,9 @@
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
"tsc --noEmit --project ./tsconfig.module_system.json",
|
||||
"tsc --noEmit",
|
||||
"tsc --noEmit -p playwright"
|
||||
"pnpm tsc --noEmit --project ./tsconfig.module_system.json",
|
||||
"pnpm tsc --noEmit",
|
||||
"pnpm tsc --noEmit -p playwright"
|
||||
],
|
||||
"parallel": false,
|
||||
"cwd": "apps/web"
|
||||
|
||||
Reference in New Issue
Block a user