From 59a8db5117ea59bcea5b96bb22d6e7125643b0fe Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Wed, 17 Sep 2025 18:58:15 -0500 Subject: [PATCH] add more npm scripts --- iac/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iac/package.json b/iac/package.json index 7a5aa28..a635e06 100644 --- a/iac/package.json +++ b/iac/package.json @@ -8,7 +8,9 @@ "scripts": { "test": "npx shadow-cljs watch app", "build:core": "npm run build -w core", + "build": "npx shadow-cljs release app", "build:services": "npm run build -w app-services", + "auto": "node ./index.js", "up:core": "pulumi up -C ./core", "up:services": "pulumi up -C ./app-services", "refresh:core": "pulumi refresh -C ./core",