Skip to content

Use more Yarn workspaces in scripts #7391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 16, 2025
Prev Previous commit
Next Next commit
revert unintended change
  • Loading branch information
cometkim committed Apr 16, 2025
commit 55bdc1ba8221c8f191468013e8c355a6906c9293
2 changes: 1 addition & 1 deletion packages/playground/scripts/upload_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_PATH=${BASH_SOURCE[0]}
SCRIPT_DIR=$(dirname "$(dirname "$current_script_path")")

# Get the actual version from the compiled playground bundle
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)')

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