File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/playground/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# The target folder on KeyCDN will be the compiler.js' version number.
55# This script requires `curl` / `openssl` to be installed.
66
7- SCRIPT_PATH=${BASH_SOURCE[0]}
8- SCRIPT_DIR=$( dirname " $( dirname " $current_script_path " ) " )
7+ SCRIPT_PATH=" ${BASH_SOURCE[0]} "
8+ SCRIPT_DIR=" $( dirname " $( dirname " $SCRIPT_PATH " ) " ) "
99
1010# Get the actual version from the compiled playground bundle
11- VERSION=$( cd $SCRIPT_DIR ; node -e ' require(". /compiler.js"); console.log( rescript_compiler.make().rescript.version)' )
11+ VERSION=" $( node -e " console.log(require(' $SCRIPT_DIR /compiler.js'). rescript_compiler.make().rescript.version)" ) "
1212
1313if [ -z " ${KEYCDN_USER} " ]; then
1414 echo " KEYCDN_USER environment variable not set. Make sure to set the environment accordingly."
You can’t perform that action at this time.
0 commit comments