From 14181f69044c590e0e305920b6fb60171b0e30e0 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Tue, 1 Oct 2024 15:50:11 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 286fb48..5caab2f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "clean": "del-cli dist && del-cli temp", - "build": "npm run clean && tsc && npx --yes @puppeteer/browsers install chrome@stable", + "build": "npm run clean && tsc", "build:production": "npm run prestart && npm prune --production", "watch": "tsc --w", "prestart": "npm run build && func extensions install",