Skip to content

chore: switch from yarn to pnpm #8822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Merge branch 'main' into colin/pnpm
  • Loading branch information
coadler committed Aug 1, 2023
commit a5949ede96c93f1594bc1b10ea1b7191d83925c9
2 changes: 2 additions & 0 deletions .prettierignore.include
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ scripts/apitypings/testdata/**/*.ts

# Generated files shouldn't be formatted.
site/e2e/provisionerGenerated.ts

**/pnpm-lock.yaml
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ gen: \
.prettierignore \
site/.prettierrc.yaml \
site/.prettierignore \
site/.eslintignore
.PHONY: gen

# Mark all generated files as fresh so make thinks they're up-to-date. This is
Expand Down
2 changes: 1 addition & 1 deletion offlinedocs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
pnpm-debug.log*

# local env files
.env*.local
Expand Down
1 change: 1 addition & 0 deletions offlinedocs/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/pnpm-lock.yaml
1 change: 1 addition & 0 deletions scripts/apidocgen/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/pnpm-lock.yaml
2 changes: 2 additions & 0 deletions site/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ stats/

# Generated files shouldn't be formatted.
e2e/provisionerGenerated.ts

**/pnpm-lock.yaml
2 changes: 2 additions & 0 deletions site/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ stats/

# Generated files shouldn't be formatted.
e2e/provisionerGenerated.ts

**/pnpm-lock.yaml