Skip to content

Commit f5de26b

Browse files
update path to tsconfig at the typescript check command
1 parent 7176d49 commit f5de26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/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: nps "build --noEmit" && tsc --project packages/node-renderer/tests && cd spec/dummy && yarn run tsc -p client/tsconfig.json --noEmit
18+
script: nps "build --noEmit" && tsc --project packages/node-renderer/tests && cd spec/dummy && yarn run tsc -p ./tsconfig.json --noEmit
1919
fix:
2020
description: Run all code fixes before committing
2121
script: nps eslint.fix && nps format

0 commit comments

Comments
 (0)