Commit 93a46969 authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

fix: update default to dev (#251)

parent c2a6b368
...@@ -230,7 +230,7 @@ get_options() { ...@@ -230,7 +230,7 @@ get_options() {
if [ ! -z "$TARGET" ]; then if [ ! -z "$TARGET" ]; then
TARGET_STR="--target ${TARGET}" TARGET_STR="--target ${TARGET}"
else else
TARGET_STR="--target runtime" TARGET_STR="--target dev"
fi fi
} }
...@@ -357,4 +357,4 @@ if [ -z "$RUN_PREFIX" ]; then ...@@ -357,4 +357,4 @@ if [ -z "$RUN_PREFIX" ]; then
set -x set -x
fi fi
{ set +x; } 2>/dev/null { set +x; } 2>/dev/null
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment