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 )"