Skip to content

Commit

Permalink
update elm test to compile all elm files (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored May 18, 2018
1 parent a5cf27b commit 9b05bd6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions samples/client/petstore/elm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>elm</executable>
<arguments>
<argument>make</argument>
<argument>--yes</argument>
<argument>src/Main.elm</argument>
</arguments>
<executable>./elm-compile-test</executable>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 9b05bd6

Please # to comment.