fix phase2 gateway matching and release artifact
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"typecheck": "tsc -b tsconfig.build.json --pretty",
|
||||
"test": "vitest run",
|
||||
"ci": "node scripts/pnpm-run.mjs lint && node scripts/pnpm-run.mjs typecheck && node scripts/pnpm-run.mjs test && node scripts/pnpm-run.mjs build",
|
||||
"release:artifact": "node scripts/build-release-artifact.mjs",
|
||||
"prisma:generate": "prisma generate",
|
||||
"prisma:validate": "cross-env DATABASE_URL=mysql://lisglosips_app@127.0.0.1:3306/lisglosips prisma validate",
|
||||
"db:seed": "prisma db seed"
|
||||
|
||||
Reference in New Issue
Block a user