phase-7_alpha: legacy code cleanup
This commit is contained in:
committed by
saikiranvella
parent
357b0c0f6e
commit
93aac355cc
+3
-5
@@ -3,18 +3,16 @@
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx bin/screen.ts",
|
||||
"server": "tsx bin/server.ts",
|
||||
"dev": "concurrently -n api,ui -c cyan,magenta \"tsx bin/server.ts\" \"npm run dev --prefix ui\"",
|
||||
"ui:install": "npm install --prefix ui --legacy-peer-deps",
|
||||
"finance": "tsx bin/finance.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "tsx --test --test-reporter=./scripts/summary-reporter.ts tests/*.test.ts",
|
||||
"test": "tsx --test --test-reporter=spec tests/*.test.ts",
|
||||
"test:watch": "tsx --test --watch --test-reporter=spec tests/*.test.ts",
|
||||
"lint": "eslint . --ext .ts,.js",
|
||||
"lint:fix": "eslint . --ext .ts,.js --fix",
|
||||
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
|
||||
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\" \"scripts/**/*.ts\"",
|
||||
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
|
||||
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user