Skip to content

Commit

Permalink
Use yarn package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
curdopet committed May 7, 2024
1 parent 7a97fe8 commit d19960c
Show file tree
Hide file tree
Showing 4 changed files with 1,911 additions and 5,797 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install deps
run: npm ci
run: yarn

- name: Build
run: yarn make

- name: Bump version in package.json
run: npm version "$(git tag --sort=committerdate | tail -1)" --no-git-tag-version

- name: Publish package
run: npm publish
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit d19960c

Please sign in to comment.