File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if not "%NODE_MAJOR%"=="20" (
8989 echo Fix: https://nodejs.org/en/download 1>&2
9090 exit /b 1
9191)
92- node "%~dp0..\dist\cli.js" %*
92+ node "%~dp0..\dist\cli\index .js" %*
9393'@ | Set-Content " $ReleaseDir \bin\marionette.cmd" - Encoding ascii
9494
9595# sh wrapper for Git Bash / WSL users on Windows
@@ -102,7 +102,7 @@ if [ "$NODE_MAJOR" != "20" ]; then
102102 echo "Fix: nvm install 20 && nvm use 20 or https://nodejs.org/en/download" >&2
103103 exit 1
104104fi
105- exec node "$(dirname "$0")/../dist/cli.js" "$@"
105+ exec node "$(dirname "$0")/../dist/cli/index .js" "$@"
106106'@ | Set-Content " $ReleaseDir \bin\marionette" - Encoding ascii
107107
108108# ── 6. Version file ───────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change 116116# Resolve symlinks so dirname points to the real bin/ directory, not the symlink location
117117SELF="$0"
118118while [ -L "$SELF" ]; do SELF="$(readlink "$SELF")"; done
119- exec node "$(dirname "$SELF")/../dist/cli.js" "$@"
119+ exec node "$(dirname "$SELF")/../dist/cli/index .js" "$@"
120120WRAPPER
121121chmod +x " ${RELEASE_DIR} /bin/marionette"
122122
@@ -130,7 +130,7 @@ if not "%NODE_MAJOR%"=="20" (
130130 echo Fix: https://nodejs.org/en/download 1>&2
131131 exit /b 1
132132)
133- node "%~dp0..\dist\cli.js" %*
133+ node "%~dp0..\dist\cli\index .js" %*
134134WRAPPER
135135
136136# ── 7. Version file ───────────────────────────────────────────────────────────
You can’t perform that action at this time.
0 commit comments