From 720ca091b17f75afee0a1dc0f08fed3e46321c04 Mon Sep 17 00:00:00 2001 From: Antonio Viggiano Date: Mon, 23 Jun 2025 10:47:23 -0300 Subject: [PATCH] fix(release): install optional deps --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1605423..a1de02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git commit -m "chore: release v$ver [skip ci]" git push origin HEAD:main - name: Install dependencies - run: npm ci --ignore-scripts --no-optional + run: npm install --ignore-scripts - name: Publish package run: npm publish env: