Skip to content

Commit

Permalink
Merge pull request #103 from TarikGul/tg-yarn
Browse files Browse the repository at this point in the history
chore(yarn): bump yarn to 4.5.3
  • Loading branch information
joepetrowski authored Dec 4, 2024
2 parents e5716cc + a422de7 commit f8796ea
Show file tree
Hide file tree
Showing 5 changed files with 5,506 additions and 3,745 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ dist
.tern-port

.DS_Store


# Yarn berry
.yarn/*
!.yarn/releases
!.yarn/plugins
13 changes: 13 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
compressionLevel: mixed

enableGlobalCache: false

enableImmutableInstalls: false

enableProgressBars: false

logFilters:
- code: YN0013
level: discard

nodeLinker: node-modules
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ npm install -G @zekemostov/staking-payouts
# Github
git clone https://github.com/emostov/staking-payouts.git
cd staking-payouts
# Note depending on the version of Node being used, corepack might need to be enabled which will be prompted in the terminal.
yarn install
yarn run build
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"tmpl": "1.0.5"
}
},
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit f8796ea

Please sign in to comment.