From 1f35949e667f24477d83b86c02fcd1b8adf28488 Mon Sep 17 00:00:00 2001 From: Calum Wilson Date: Sat, 17 Feb 2024 21:15:31 +1000 Subject: [PATCH] updated yaml --- .github/workflows/Publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 3f04d00..db7adb6 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -18,12 +18,6 @@ jobs: with: node-version: 18 - - name: Install dependencies - run: npm install - - - name: Build package - run: npm run build - - name: Publish to npm run: npm publish env: