-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal: Switch from yarn to pnpm (#178)
It's faster, less buggy than yarn 1.x, and easier to work with than yarn 3/4. One note: I did not try to migrate the lockfile, so this also updates all dependencies based on semver range in our package.json
- Loading branch information
Showing
6 changed files
with
1,408 additions
and
1,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v22.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
"types" | ||
], | ||
"scripts": { | ||
"prepare": "yarn run compile", | ||
"prepare": "pnpm run compile", | ||
"compile": "tsc", | ||
"preexample": "yarn run compile", | ||
"preexample": "pnpm run compile", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules vitest --run", | ||
"test:watch": "vitest", | ||
"format": "prettier . --write", | ||
|
@@ -85,5 +85,5 @@ | |
"optional": true | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" | ||
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" | ||
} |
Oops, something went wrong.