From 5690c4fc2dca898880da5ad3f3bbcb86600649b8 Mon Sep 17 00:00:00 2001 From: Mariss Tubelis Date: Fri, 10 Jan 2025 20:47:21 +0100 Subject: [PATCH] Update dist-all.sh to be executable --- scripts/dist-all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dist-all.sh b/scripts/dist-all.sh index 76ad10e..e53043b 100755 --- a/scripts/dist-all.sh +++ b/scripts/dist-all.sh @@ -1,6 +1,5 @@ #!/bin/bash # This script must be run from `npm run dist` in order to access `node` and `uglifyjs` commands -# Make sure you have the permissions to execute the file with `chmod +x scripts/dist-all.sh` set -euo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"