From 547377c8adf9203faf1de3d8490c4eb8d8dc31a9 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 28 Jul 2025 17:56:44 -0600 Subject: [PATCH] Add phantom .env in build --- thecockpit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thecockpit/package.json b/thecockpit/package.json index 629c196..5f2f708 100644 --- a/thecockpit/package.json +++ b/thecockpit/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "", "scripts": { - "build": "wasm-pack build --target web" + "build": "touch .env; wasm-pack build --target web" }, "keywords": [], "author": "",