Skip to content

Commit

Permalink
build: fix conflicts in lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhall1515 committed May 1, 2024
1 parent db45918 commit 8c2e489
Show file tree
Hide file tree
Showing 2 changed files with 9,755 additions and 4,612 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ You can check the items by adding an `x` between the brackets, like this: `[x]`
-->

- [ ] I have read the [Contributing Guidelines](/CONTRIBUTING.md) and made commit messages that follow the guideline.
- [ ] I have run `npm run format` to ensure the code follows the style guide.
- [ ] I have run `npm run test` to check if all tests are passing.
- [ ] I have run `pnpm run format` to ensure the code follows the style guide.
- [ ] I have run `pnpm run test` to check if all tests are passing.
- [ ] I have run `npx turbo build` to check if the website builds without errors.
- [ ] I've covered new added functionality with unit tests if necessary.

Expand Down
Loading

0 comments on commit 8c2e489

Please sign in to comment.