We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ad197 commit abf9b26Copy full SHA for abf9b26
1 file changed
scripts/packager.sh
@@ -9,4 +9,4 @@ THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOUR
9
# shellcheck source=/dev/null
10
source "${THIS_DIR}/.packager.env"
11
cd "$THIS_DIR/.." || exit
12
-node "./cli.js" start "$@"
+node "./local-cli/cli.js" start "$@"
0 commit comments