mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix(web): npm tasks in pom.xml
This commit is contained in:
parent
6568960571
commit
532f1e697b
1 changed files with 13 additions and 10 deletions
|
|
@ -109,26 +109,29 @@
|
|||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<id>grunt build</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>build</arguments>
|
||||
<arguments>install</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<id>grunt test</id>
|
||||
<id>npm build</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>run build</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<id>npm test</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<phase>test</phase>
|
||||
<configuration>
|
||||
<arguments>test</arguments>
|
||||
<arguments>run test</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue