Skip to content

Commit

Permalink
πŸ’š Fix install script on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicPlanet committed Dec 12, 2021
1 parent 2449737 commit 0a4b9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
installer-${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
- run: pnpm install
- run: pnpm install --ignore-scripts
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0a4b9e5

Please sign in to comment.