generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump node version in .nvmrc - Set package.json#engines - Remove package-lock.json - Generate pnpm-lock.yaml - Add pnpm-workspace.yaml - Update workflows/continuous-deployment.yml to use pnpm/action-setup - Update all uses of npm to pnpm instead - Run: pnpm run update-patch - Run: pnpm run update-minor
- Loading branch information
Showing
9 changed files
with
8,051 additions
and
29,499 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
20 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"npmClient": "npm", | ||
"npmClient": "pnpm", | ||
"version": "independent", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
Oops, something went wrong.