Skip to content

Commit

Permalink
added npm build to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Slort committed Jan 24, 2018
1 parent 2b9e805 commit 6c6850a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
</arguments>
</configuration>
</execution>
<execution>
<id>npm-build</id>
<phase>integration-test</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<arguments>
<argument>run</argument>
<argument>build</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>npm-test</id>
<phase>integration-test</phase>
Expand Down

0 comments on commit 6c6850a

Please sign in to comment.