Skip to content

Commit

Permalink
Fix typo pnpm-lock.yam in .prettierignore_staged (vercel#42212)
Browse files Browse the repository at this point in the history
Fix typo `pnpm-lock.yam` in vercel#38915

Regenerate pnpm-lock.yaml without formatting (vercel#42208)

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

None of the above

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
wxh06 and ijjk committed Oct 31, 2022
1 parent 389c77f commit 0affdeb
Show file tree
Hide file tree
Showing 2 changed files with 4,461 additions and 12,400 deletions.
4 changes: 2 additions & 2 deletions .prettierignore_staged
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ packages/next/bundles/webpack/packages/*.runtime.js
lerna.json
packages/next-codemod/transforms/__testfixtures__/**/*
packages/next-codemod/transforms/__tests__/**/*
pnpm-lock.yam
pnpm-lock.yaml
.github/actions/issue-validator/index.mjs
**/convex/_generated/**
**/convex/_generated/**
Loading

0 comments on commit 0affdeb

Please sign in to comment.