Skip to content

Commit

Permalink
Update release script to use npm 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 ba348ce
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
npm run tsc

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

0 comments on commit ba348ce

Please sign in to comment.