Skip to content

Commit

Permalink
Modify deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Oct 11, 2023
1 parent 583f4ad commit bfbcb50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions numbat-wasm/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ set -euo pipefail

current_branch=$(git rev-parse --abbrev-ref HEAD)

if [[ "$current_branch" != "master" ]]; then
echo "You are currently on the '$current_branch' branch, not 'master'."
exit 1
fi

wasm-pack build --features=wee_alloc

(
Expand Down

0 comments on commit bfbcb50

Please sign in to comment.