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" },