From 9068772ca355158b0988c483f6fc2a7587230907 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 23 Oct 2025 23:17:10 +0200 Subject: [PATCH] Better deploy scripts --- apps/main/package.json | 3 ++- apps/main/stats.html | 2 +- apps/main/turbo.json | 10 ++++++++++ package.json | 3 ++- turbo.json | 5 ----- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/apps/main/package.json b/apps/main/package.json index 25414fe..25b914f 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -13,7 +13,8 @@ "preview": "vite preview", "build:staging": "tsc -b && vite build --mode staging", "build:prod": "tsc -b && vite build --mode production", - "deploy": "wrangler deploy --env=\"\"", + "deploy:staging": "wrangler deploy --env=\"\"", + "deploy:prod": "wrangler deploy --env=\"\"", "cf-typegen": "wrangler types", "test": "vitest run --mode dev --passWithNoTests", "test:watch": "vitest watch --passWithNoTests", diff --git a/apps/main/stats.html b/apps/main/stats.html index 6902f6c..5a41bb8 100644 --- a/apps/main/stats.html +++ b/apps/main/stats.html @@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {