diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 0e12d6cfa..d3c6fbeeb 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -184,6 +184,16 @@ </configuration> </execution> <execution> + <id>npm install</id> + <configuration> + <arguments>install</arguments> + </configuration> + <goals> + <goal>npm</goal> + </goals> + <phase>generate-resources</phase> + </execution> + <execution> <id>npm run-script build</id> <configuration> <arguments>run-script build</arguments> |