Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 16db58e

Browse files
committed
refactor: use pnpm
1 parent 7b5596d commit 16db58e

File tree

5 files changed

+6313
-6218
lines changed

5 files changed

+6313
-6218
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### Initial Steps:
44

55
1. Fork this repository and clone it to your local machine
6-
2. Make sure you have `yarn` installed. If you don't, run `npm install -g yarn`
7-
3. Install all packages with the `yarn` command in the project root.
6+
2. Make sure you have `pnpm` installed. If you don't, run `npm install -g pnpm`
7+
3. Install all packages with the `pnpm` command in the project root.
88

99
Once you are setup, you check out the codebase documentation to learn more!
1010

@@ -15,6 +15,6 @@ Once you are setup, you check out the codebase documentation to learn more!
1515
## Next Steps + Useful Info:
1616

1717
- If you are using [VSCode](https://code.visualstudio.com/), install all recommended workspace extensions.
18-
- We are using Yarn as our package manager, please do not commit your `package-lock.json` files from NPM
18+
- We are using PNPM as our package manager, please do not commit your `package-lock.json` files from NPM
1919
- Make sure you are up to date by doing `git pull` here and there.
2020
- Submit a [pull request](https://github.com/aidenybai/lucia/pulls)!

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# NPM/Yarn
1+
# PNPM
22
node_modules/
33
package-lock.json
4-
yarn-error.log
4+
.pnpm-debug.log
55

66
# Testing
77
/*.html

0 commit comments

Comments
 (0)