From eb2d4fead050fab0810083fd67ed78d3b5ead433 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2026 14:50:07 -0400 Subject: [PATCH] update npm packages --- apps/admin/package.json | 1 + apps/api/package.json | 1 + apps/dashboard/package.json | 1 + apps/marketplace/package.json | 1 + 4 files changed, 4 insertions(+) diff --git a/apps/admin/package.json b/apps/admin/package.json index 80668f9..c330650 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -8,6 +8,7 @@ "prebuild": "npm run build --workspace @rentaldrivego/types", "build": "next build", "prestart": "npm run build --workspace @rentaldrivego/types", + "pretype-check": "npm run build --workspace @rentaldrivego/types", "start": "next start -p 3002", "type-check": "tsc --noEmit" }, diff --git a/apps/api/package.json b/apps/api/package.json index 9bb4690..f22837b 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -8,6 +8,7 @@ "prebuild": "npm run build --workspace @rentaldrivego/types", "build": "tsc", "prestart": "npm run build --workspace @rentaldrivego/types", + "pretype-check": "npm run build --workspace @rentaldrivego/types", "start": "node dist/index.js", "type-check": "tsc --noEmit", "test": "vitest run", diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 2cae28e..ba09626 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -8,6 +8,7 @@ "prebuild": "npm run build --workspace @rentaldrivego/types", "build": "next build", "prestart": "npm run build --workspace @rentaldrivego/types", + "pretype-check": "npm run build --workspace @rentaldrivego/types", "start": "next start -p 3001", "type-check": "tsc --noEmit" }, diff --git a/apps/marketplace/package.json b/apps/marketplace/package.json index 8a759c5..600da12 100644 --- a/apps/marketplace/package.json +++ b/apps/marketplace/package.json @@ -8,6 +8,7 @@ "prebuild": "npm run build --workspace @rentaldrivego/types", "build": "next build", "prestart": "npm run build --workspace @rentaldrivego/types", + "pretype-check": "npm run build --workspace @rentaldrivego/types", "start": "next start -p 3000", "type-check": "tsc --noEmit" },