Skip to content

Commit

Permalink
Merge pull request #197 from luxfi/dev/migrate2chain
Browse files Browse the repository at this point in the history
update: start scripts
  • Loading branch information
venuswhispers authored Nov 12, 2024
2 parents 4eeba97 + 91daf6b commit 9759602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tc": "tsc",
"prisma:gen": "pnpx prisma generate",
"build": "tsc && tsc-alias && pnpx prisma generate",
"start": "ts-node -r tsconfig-paths/register src/server.ts",
"start": "node dist/server.js",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"update-db": "kubectl exec -it $(kubectl get pod -l app=bridge-server -o jsonpath='{.items[0].metadata.name}') -- pnpm run db",
Expand Down

0 comments on commit 9759602

Please sign in to comment.