Skip to content

Commit 283298b

Browse files
justin808claude
andcommitted
Fix check-typescript to use pnpm instead of yarn workspace
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8001b3d commit 283298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scripts:
1515
script: nps lint && nps format.listDifferent && nps test && nps check-typescript
1616
check-typescript:
1717
description: Check for TypeScript errors
18-
script: yarn workspace react-on-rails run type-check && yarn workspace react-on-rails-pro run type-check && yarn workspace react-on-rails-pro-node-renderer run type-check
18+
script: pnpm --filter react-on-rails run type-check && pnpm --filter react-on-rails-pro run type-check && pnpm --filter react-on-rails-pro-node-renderer run type-check
1919

2020
lint:
2121
description: Run all linters (eslint, tsc)

0 commit comments

Comments
 (0)