From 80e997534b4b0bb30c351b95656837c6ab7f9095 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Tue, 16 Jul 2024 15:40:39 -0600 Subject: [PATCH] Don't install -r when publishing --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa4fa0f..62d9e89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' cache: pnpm - - run: pnpm i -r + - run: pnpm i - run: npm run ci - run: npm publish --access public --provenance env: