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 d62b0a6 commit 5a2af07Copy full SHA for 5a2af07
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