From bfbcb50d0c7eaa6e4a001f42398472f6c4eaea4b Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 11 Oct 2023 21:33:14 +0200 Subject: [PATCH] Modify deploy script --- numbat-wasm/deploy.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/numbat-wasm/deploy.sh b/numbat-wasm/deploy.sh index 8489426a..c90566a8 100644 --- a/numbat-wasm/deploy.sh +++ b/numbat-wasm/deploy.sh @@ -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 (