Skip to content

Commit

Permalink
Merge pull request #45 from ynhhoJ/bugfixes/yarn-conflict
Browse files Browse the repository at this point in the history
Drop support of Yarn
  • Loading branch information
ynhhoJ authored Jul 7, 2024
2 parents 3f52f2a + 5b6512c commit ccc30d5
Show file tree
Hide file tree
Showing 5 changed files with 9,206 additions and 7,002 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: npm install
- run: npm run test

publish-npm:
needs: tests
Expand All @@ -27,8 +27,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

Loading

0 comments on commit ccc30d5

Please sign in to comment.