Skip to content

Commit 55bdc1b

Browse files
committed
revert unintended change
1 parent 7666f70 commit 55bdc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/scripts/upload_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SCRIPT_PATH=${BASH_SOURCE[0]}
88
SCRIPT_DIR=$(dirname "$(dirname "$current_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=$(cd $SCRIPT_DIR; node -e 'require("./compiler.js"); console.log(rescript_compiler.make().rescript.version)')
1212

1313
if [ -z "${KEYCDN_USER}" ]; then
1414
echo "KEYCDN_USER environment variable not set. Make sure to set the environment accordingly."

0 commit comments

Comments
 (0)