Skip to content

Commit

Permalink
Update dist-all.sh to be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
marisst committed Jan 10, 2025
1 parent 19a23a8 commit 5690c4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dist-all.sh
Original file line number Diff line number Diff line change
@@ -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 )"
Expand Down

0 comments on commit 5690c4f

Please sign in to comment.