From ce8cd8409061a5f637be2a1fd453480a27cc3f74 Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Thu, 7 Aug 2025 22:43:29 -0500 Subject: [PATCH] install all deps --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 6c083fe..b16ae98 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: cache: "" - name: Install dependencies - run: npm ci + run: npm i - name: Deploy run: npm run-script cdk -- deploy