Skip to content

Commit

Permalink
Add --composite false to "typecheck:web" npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
iquabius committed Jun 17, 2020
1 parent 37c67f9 commit f7ee680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"test:watch": "jest --watch",
"typecheck": "npm-run-all --parallel typecheck:*",
"typecheck:api": "tsc --noEmit --composite false --project packages/api/tsconfig.json",
"typecheck:web": "tsc --noEmit --project packages/web/tsconfig.json"
"typecheck:web": "tsc --noEmit --composite false --project packages/web/tsconfig.json"
}
}

0 comments on commit f7ee680

Please sign in to comment.