Skip to content

Commit

Permalink
upgrade to modern yarn:
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Kuerschner committed Jan 3, 2025
1 parent 58d92f7 commit 896781c
Show file tree
Hide file tree
Showing 5 changed files with 4,293 additions and 2,746 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable
- name: Install Deps
run: yarn install
- name: Typecheck
Expand All @@ -35,6 +37,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable
- name: Dev Server Setup
run: yarn --cwd ./examples install
- name: Cypress run
Expand Down
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ node_modules
.cache
dist
.idea

.eslintcache

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

test/cypress/videos
test/cypress/screenshots
.eslintcache
test/cypress/screenshots
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "react-use-audio-player",
"version": "2.3.0-alpha.1",
"packageManager": "[email protected]",
"sideEffects": false,
"description": "React hook for building custom audio playback controls",
"files": [
Expand Down
Loading

0 comments on commit 896781c

Please sign in to comment.