Skip to content

Commit

Permalink
Update release script to use yarn tsc
Browse files Browse the repository at this point in the history
It was assuming that either tsc was available globally or that your
terminal had an alias
  • Loading branch information
Ben committed Jan 18, 2022
1 parent a3c8ff0 commit 67b0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

echo "Compiling..."
rm -rf dist/
tsc
yarn tsc

echo "Checking release..."
npm run prettier -l
Expand Down

0 comments on commit 67b0536

Please sign in to comment.