From e6fdc6a81c693635cb2377ede830dd6f25012fe4 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Thu, 27 May 2021 22:20:35 +0200 Subject: [PATCH] Add "build:fast" command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b766d27b..3992a662 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "start:windows": "next dev --port 8888", "start:tunnel": "ngrok http 8888", "build": "yarn test:once:group:no-integration && next build", + "build:fast": "next build", "build:local": ". ./scripts/populate-git-env.sh && next build", "build:profiler": ". ./scripts/populate-git-env.sh && next build --profile --debug", "analyse:bundle": "yarn analyse:bundle:production",