Skip to content

Commit

Permalink
Download elm dependencies without prompting user. (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyTeddy authored and wing328 committed May 21, 2018
1 parent d9d6530 commit f222245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client/petstore/elm/elm-compile-test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f222245

Please sign in to comment.