We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7666f70 commit 55bdc1bCopy full SHA for 55bdc1b
packages/playground/scripts/upload_bundle.sh
@@ -8,7 +8,7 @@ SCRIPT_PATH=${BASH_SOURCE[0]}
8
SCRIPT_DIR=$(dirname "$(dirname "$current_script_path")")
9
10
# 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)')
+VERSION=$(cd $SCRIPT_DIR; node -e 'require("./compiler.js"); console.log(rescript_compiler.make().rescript.version)')
12
13
if [ -z "${KEYCDN_USER}" ]; then
14
echo "KEYCDN_USER environment variable not set. Make sure to set the environment accordingly."
0 commit comments