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() {
if [ ! -z "$TARGET" ]; then
TARGET_STR="--target ${TARGET}"
else
TARGET_STR="--target runtime"
TARGET_STR="--target dev"
fi
}
......
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