From e183eb58954f64d1362c752249c5ff920cb5fb25 Mon Sep 17 00:00:00 2001 From: Pablo Albaladejo Date: Mon, 18 Oct 2021 21:17:35 +0200 Subject: [PATCH] chore(main): remove github action npm globals --- .github/workflows/publish-plugin.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-plugin.yml b/.github/workflows/publish-plugin.yml index a66c7ea5..f24d9e01 100644 --- a/.github/workflows/publish-plugin.yml +++ b/.github/workflows/publish-plugin.yml @@ -20,9 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} # install node_modules - name: Install dependencies - run: | - npm install -g npm-run-all - npm install + run: npm install # publish to npm - name: Publish package run: npm publish --ignore-scripts --access public