1
0

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
+2 -2
View File
@@ -8,14 +8,14 @@ on:
- '**.ts' - '**.ts'
- '**.tsx' - '**.tsx'
- '**/tsconfig.json' - '**/tsconfig.json'
- 'yarn.lock' - 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml' - '.github/workflows/e2e.yml'
pull_request: pull_request:
paths: paths:
- '**.ts' - '**.ts'
- '**.tsx' - '**.tsx'
- '**/tsconfig.json' - '**/tsconfig.json'
- 'yarn.lock' - 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml' - '.github/workflows/e2e.yml'
defaults: defaults:
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
yarn commitlint --edit pnpx commitlint --edit
-17747
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -20,6 +20,5 @@
.env.production.local .env.production.local
npm-debug.log* npm-debug.log*
yarn-debug.log*
dist dist
-22315
View File
File diff suppressed because it is too large Load Diff