agent finished and updates servers
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"dev:db:generate": "tsc && npx drizzle-kit generate --config=drizzle.config.ts",
|
||||
"build": "rimraf dist && npm run dev:db:generate && npm run dev:db:migrate && npm run build:app && npm run build:copySql",
|
||||
"build:app": "tsc",
|
||||
"build:agent": "cd agent && tsc -p tsconfig.json",
|
||||
"agent": "powershell -ExecutionPolicy Bypass -File scripts/agentController.ps1",
|
||||
"build:docker": "docker compose up --force-recreate --build -d",
|
||||
"build:copySql": "xcopy backend\\prodSql\\queries dist\\backend\\prodSql\\queries\\ /E /I /Y ",
|
||||
"lint": "tsc && biome lint",
|
||||
@@ -24,6 +24,7 @@
|
||||
"version": "changeset version",
|
||||
"release": "dotenvx run -f .env -- npm run version && git push --follow-tags && node scripts/create-release.js",
|
||||
"specCheck": "node scripts/check-route-specs.mjs"
|
||||
|
||||
},
|
||||
"workspaces": [
|
||||
"backend",
|
||||
|
||||
Reference in New Issue
Block a user