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 4aed0dc
Show file tree
Hide file tree
Showing 4 changed files with 1,910 additions and 5,796 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
- name: Install deps
run: npm ci

- 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 4aed0dc

Please sign in to comment.