From a66bfd2474276cf1fd25df5a2e6e3e974a6daf51 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce Date: Fri, 12 Jan 2024 15:33:48 +0100 Subject: [PATCH] fix pb typegen command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a3a30d..6740feb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "typegen": "npm run pocketbase --out ./src/types/pb_types.d.ts --env" + "typegen": "pocketbase-typegen --out ./src/types/pb_types.d.ts --env" }, "dependencies": { "@astrojs/preact": "^3.0.0",