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"`
|
for ELM in `find src -name "*.elm"`
|
||||||
do
|
do
|
||||||
echo "Compiling $ELM"
|
echo "Compiling $ELM"
|
||||||
elm make $ELM --output /dev/null
|
elm make $ELM --output /dev/null --yes
|
||||||
rc=$?
|
rc=$?
|
||||||
if [[ $rc != 0 ]]
|
if [[ $rc != 0 ]]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user