This commit is contained in:
TrainDoctor
2022-06-06 12:44:54 -07:00
committed by GitHub
parent c93af19ffa
commit 6128cbec6b
+1 -1
View File
@@ -234,7 +234,7 @@ if ! [[ "$NPMLIVES" -eq 0 ]]; then
exit 1 exit 1
fi fi
[ "$UID" -eq 0 ] || printf "Input password to install typscript compilier.\n" [ "$UID" -eq 0 ] || printf "Input password to install typscript compiler.\n"
## TODO: add a way of verifying if tsc is installed and to skip this step if it is ## TODO: add a way of verifying if tsc is installed and to skip this step if it is
sudo npm install --quiet -g tsc &> '/dev/null' sudo npm install --quiet -g tsc &> '/dev/null'