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 7176d49 commit f5de26bCopy full SHA for f5de26b
react_on_rails_pro/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: nps "build --noEmit" && tsc --project packages/node-renderer/tests && cd spec/dummy && yarn run tsc -p client/tsconfig.json --noEmit
+ script: nps "build --noEmit" && tsc --project packages/node-renderer/tests && cd spec/dummy && yarn run tsc -p ./tsconfig.json --noEmit
19
fix:
20
description: Run all code fixes before committing
21
script: nps eslint.fix && nps format
0 commit comments