fix(repo): replace usage of yarn with pnpm/pnpx

This commit is contained in:
Ben Snyder
2024-04-21 20:34:35 -04:00
parent 4962c5d4d3
commit 3cc62d80de
5 changed files with 3 additions and 40066 deletions

View File

@@ -8,14 +8,14 @@ on:
- '**.ts'
- '**.tsx'
- '**/tsconfig.json'
- 'yarn.lock'
- 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml'
pull_request:
paths:
- '**.ts'
- '**.tsx'
- '**/tsconfig.json'
- 'yarn.lock'
- 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml'
defaults:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn commitlint --edit
pnpx commitlint --edit

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,5 @@
.env.production.local
npm-debug.log*
yarn-debug.log*
dist

22315
yarn.lock

File diff suppressed because it is too large Load Diff