Skip to content

Commit

Permalink
Upgrade to Yarn v4 (#7)
Browse files Browse the repository at this point in the history
### Changelog
None

### Docs
None

### Description
add package manager field to package.json
  • Loading branch information
achim-k authored Nov 19, 2024
1 parent 3e0ee44 commit 5260a2e
Show file tree
Hide file tree
Showing 5 changed files with 5,441 additions and 3,535 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
node-version: 16.x
registry-url: https://registry.npmjs.org

- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run lint:ci
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ dist

# MacOS
.DS_Store

# Yarn
.yarn
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"rimraf": "3.0.2",
"ts-jest": "27.1.3",
"typescript": "4.5.4"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5260a2e

Please sign in to comment.