Skip to content

Commit

Permalink
run make tsc instead of pnpm [...] tsc in pre-push (#11165)
Browse files Browse the repository at this point in the history
Ensures pre-requisite steps (e.g fetch dependencies) are run first.
  • Loading branch information
georgeblahblah authored Apr 16, 2024
1 parent d710b66 commit e6644d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ then
exit 1
fi

pnpm --filter @guardian/dotcom-rendering tsc
cd ./$(dirname "$0")/../dotcom-rendering
make tsc

0 comments on commit e6644d6

Please sign in to comment.