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 2a9b8b9 commit 41dc6bcCopy full SHA for 41dc6bc
storage/framework/scripts/setup
@@ -20,7 +20,7 @@ if [ -n "$1" ]; then
20
fi
21
22
# Get the directory of the current script and go up 3 directories
23
-PROJECT_ROOT="$(cd "$(dirname "$0")" && pwd)"
+PROJECT_ROOT="$(cd "$(dirname "$0")/../../.." && pwd)"
24
CLI_PATH="$PROJECT_ROOT/storage/framework/core/buddy/src/cli.ts"
25
SCRIPT_PATH="$PROJECT_ROOT/storage/framework/scripts/pkgx-install"
26
LOG_PATH="$PROJECT_ROOT/storage/logs/console.log"
0 commit comments