Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Jun 24, 2024
1 parent 25771b5 commit 3b2efe5
Show file tree
Hide file tree
Showing 13 changed files with 6,890 additions and 4,672 deletions.
14 changes: 0 additions & 14 deletions .github/FUNDING.yml

This file was deleted.

13 changes: 9 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn lint
- run: yarn build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run test
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn lint
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Binary file added .yarn/install-state.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
compressionLevel: mixed

nodeLinker: node-modules
Loading

0 comments on commit 3b2efe5

Please sign in to comment.