Skip to content

Commit

Permalink
fix stopping watch in codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
soorria committed Jul 14, 2023
1 parent 8859214 commit b4f77d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -z "$types_diff" ]; then
exit 1
fi

npm run test --watch=false && npm run typecheck --watch=false
npm run test -- --watch=false && npm run typecheck -- --watch=false

if [ $? -ne 0 ]; then
echo "Tests or typecheck failed, exiting"
Expand Down

0 comments on commit b4f77d5

Please sign in to comment.