Skip to content

Commit

Permalink
Merge pull request #65 from kommitters/v1.1
Browse files Browse the repository at this point in the history
Replace `npm ci` with yarn command (#64)
  • Loading branch information
miguelnietoa authored Jul 15, 2022
2 parents 95f702b + baef588 commit 730dc47
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 @@ -12,7 +12,7 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: yarn install --immutable --immutable-cache --check-cache
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 730dc47

Please sign in to comment.