wip fix
This commit is contained in:
parent
a5c31af1e3
commit
fde0be57eb
|
|
@ -7,7 +7,7 @@
|
|||
"clean": "rm -rf data/lmdb && rm -rf app/static && rm -rf app/web/.parcel-cache",
|
||||
"build": "bun run --silent ./pkgs/core/build.ts",
|
||||
"build-site": "bun run --silent ./pkgs/core/build-site.ts",
|
||||
"db-pull": "bun run ./pkgs/crm -rf data && rore/db-pull.ts",
|
||||
"db-pull": "bun run ./pkgs/core/db-pull.ts",
|
||||
"parcel": "bun clean && bun run ./pkgs/core/parcel.ts",
|
||||
"prod": "bun run --silent ./pkgs/core/index.ts",
|
||||
"local-prod": "bun run build && bun run db-pull && bun run ./pkgs/core/index.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue