Skip to content

Commit

Permalink
Type-check project before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Dec 5, 2023
1 parent bf47876 commit 98517cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ then
fatal "You must run this script from the root directory of the project"
fi

# ensure tsc runs without error
npx tsc

# check if version is correct and if the user wants to continue
echo -e "@lumaai/luma-web version: ${BOLD}${luma_package_version}${RESET}"
doYouWantToContinue
Expand Down

0 comments on commit 98517cf

Please sign in to comment.