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 005d2e8 commit 589423dCopy full SHA for 589423d
packages/playground/scripts/upload_bundle.sh
@@ -5,7 +5,7 @@
5
# This script requires `curl` / `openssl` to be installed.
6
7
SCRIPT_PATH=${BASH_SOURCE[0]}
8
-SCRIPT_DIR=$(dirname "$(dirname "$current_script_path")")
+SCRIPT_DIR=$(dirname "$(dirname "$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)')
0 commit comments