We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001b3d commit 283298bCopy full SHA for 283298b
package-scripts.yml
@@ -15,7 +15,7 @@ scripts:
15
script: nps lint && nps format.listDifferent && nps test && nps check-typescript
16
check-typescript:
17
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
+ 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
19
20
lint:
21
description: Run all linters (eslint, tsc)
0 commit comments