forked from loafle/openapi-generator-original
Download elm dependencies without prompting user. (#118)
This commit is contained in:
parent
d9d6530161
commit
f22224574b
@ -4,7 +4,7 @@
|
||||
for ELM in `find src -name "*.elm"`
|
||||
do
|
||||
echo "Compiling $ELM"
|
||||
elm make $ELM --output /dev/null
|
||||
elm make $ELM --output /dev/null --yes
|
||||
rc=$?
|
||||
if [[ $rc != 0 ]]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user