feat: add Node ACS admin workflows
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"build:frontend": "npm --prefix frontend run build",
|
||||
"build:server": "tsc -p tsconfig.json",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"test": "npm run test:node",
|
||||
"test:node": "npm run build:server && node --test --test-isolation=none dist/server/**/*.test.js",
|
||||
"db:check": "node scripts/check-db.mjs",
|
||||
"minio:check": "node scripts/check-minio.mjs",
|
||||
"dev": "tsx watch server/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user