From fde0be57eb2858254c0087c667f382747d51bb11 Mon Sep 17 00:00:00 2001 From: Rizky Date: Tue, 16 Jan 2024 18:34:45 +0700 Subject: [PATCH] wip fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2418b9e..5b00b5ec 100644 --- a/package.json +++ b/package.json @@ -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",