mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Fix npm run check (not that I think anyone uses it?)
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test-min": "vitest run --exclude test/filter-tests.ts",
|
||||
"check": "npm run ts-check && npm run lint-check && npm run test-min -- --reporter min",
|
||||
"check": "npm run ts-check && npm run lint-check && npm run test-min -- --reporter dot",
|
||||
"dev": "cross-env NODE_ENV=DEV node --no-warnings=ExperimentalWarning --import=tsx app.ts",
|
||||
"debugger": "cross-env NODE_ENV=DEV node --import=tsx --inspect-brk app.ts",
|
||||
"debug": "cross-env NODE_ENV=DEV node --no-warnings=ExperimentalWarning --import=tsx app.ts --debug",
|
||||
|
||||
Reference in New Issue
Block a user