Skip to content

Commit 67b0536

Browse files
author
Ben
committed
Update release script to use yarn tsc
It was assuming that either tsc was available globally or that your terminal had an alias
1 parent a3c8ff0 commit 67b0536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
echo "Compiling..."
1010
rm -rf dist/
11-
tsc
11+
yarn tsc
1212

1313
echo "Checking release..."
1414
npm run prettier -l

0 commit comments

Comments
 (0)