Skip to content

Commit abf9b26

Browse files
dulmandakhgrabbou
authored andcommitted
fix packager start in 0.58 (#23160)
1 parent 57ad197 commit abf9b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/packager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOUR
99
# shellcheck source=/dev/null
1010
source "${THIS_DIR}/.packager.env"
1111
cd "$THIS_DIR/.." || exit
12-
node "./cli.js" start "$@"
12+
node "./local-cli/cli.js" start "$@"

0 commit comments

Comments
 (0)