Skip to content

Commit

Permalink
chore(main): remove github action npm globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Albaladejo committed Oct 18, 2021
1 parent be20260 commit e183eb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e183eb5

Please sign in to comment.