This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-01 22:01:46 +02:00
committed by Carl-Gerhard Lindesvärd
parent 15e997129a
commit 2226cb463d
10 changed files with 73 additions and 83 deletions

View File

@@ -8,7 +8,6 @@
"module": "index.ts",
"scripts": {
"db:codegen": "pnpm -r --filter db run codegen",
"js:codegen": "pnpm -r --filter @openpanel/web run build-for-openpanel",
"migrate": "pnpm -r --filter db run migrate",
"migrate:deploy": "pnpm -r --filter db run migrate:deploy",
"dev": "pnpm -r --parallel testing",