Skip to content

Commit 6654144

Browse files
committed
Install typescript nightly build from seperate function
1 parent 081fea7 commit 6654144

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deployment/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ run_groovy_from_source() {
4747
--language groovy --cast-numbers
4848
}
4949

50-
run_typescript() {
50+
install_ts_nightly() {
5151
npm install -g typescript@next
52+
}
53+
54+
run_typescript() {
5255
python3.9 hephaestus.py -s $TIME_TO_RUN -t 0 -w $CORES --batch 30 -P \
5356
--language typescript --disable-use-site-variance \
5457
--error-filter-patterns patterns.txt
@@ -83,6 +86,7 @@ while getopts "hkstagS" OPTION; do
8386
;;
8487

8588
t)
89+
install_ts_nightly
8690
run_typescript
8791
;;
8892

0 commit comments

Comments
 (0)