Skip to content

Commit

Permalink
Fix pnpm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 21, 2023
1 parent a887b77 commit 8edf4b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- run: pnpm tsc
- run: pnpm build
- run: pnpm test
- run: pnpm tsc -p tsconfig.check-dts.json
- run: pnpm check-dts
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm tsc -p tsconfig.check-dts.json
- run: pnpm check-dts
- uses: changesets/action@v1
with:
publish: pnpm changeset publish
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "pnpm tsc && pnpm -r build",
"format": "prettier --write \"**/*.{ts,json,css}\"",
"test": "pnpm -r test",
"check-dts": "tsc -p tsconfig.check-dts.json",
"start": "pnpm --filter @arethetypeswrong/web start",
"version": "changeset version && pnpm install --lockfile-only"
},
Expand Down

0 comments on commit 8edf4b6

Please sign in to comment.