Skip to content

Commit

Permalink
revert to yarn v1, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Oct 15, 2024
1 parent 86d37e4 commit 9869df2
Show file tree
Hide file tree
Showing 4 changed files with 3,203 additions and 4,934 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
*~
.DS_Store

# https://github.com/nodejs/corepack/blob/main/.gitignore
/.yarn/
/.pnp.*
node_modules/
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ jobs:
Install Node.js: https://nodejs.org/en/download/package-manager
Enable corepack (if you get an error, it needs to be run as administrator)
```bash
corepack enable
```

Download the dependencies
Install yarn and download the dependencies
```bash
npm install --global yarn
yarn
```

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 9869df2

Please sign in to comment.