Skip to content

Commit

Permalink
fix: jwt.sh paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkvanmeerten committed Dec 11, 2023
1 parent 5fef5f5 commit acc7aa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/jwt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ fi

SCRIPT_SRC=$(dirname "${BASH_SOURCE[0]}")

node $SCRIPT_SRC/../dist/jwt.js
JWT_JS="$SCRIPT_SRC/../jwt.js"
[ -d "$SCRIPT_SRC/../dist" ] && JWT_JS="$SCRIPT_SRC/../dist/jwt.js"

node $JWT_JS

0 comments on commit acc7aa4

Please sign in to comment.