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 be5d5a7 commit 3b543fbCopy full SHA for 3b543fb
scripts/start-local-dev.sh
@@ -1,3 +1,7 @@
1
+# Change to repository root (parent of scripts directory)
2
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3
+cd "$SCRIPT_DIR/.."
4
+
5
# Parse command line arguments
6
FORCE=false
7
while [[ $# -gt 0 ]]; do
0 commit comments