diff options
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/package.json | 1 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/vid-app-common/package.json b/vid-app-common/package.json index fb8d5d762..c9445c6c6 100644 --- a/vid-app-common/package.json +++ b/vid-app-common/package.json @@ -12,7 +12,6 @@ "ng-file-upload": "^12.2.13" }, "scripts": { - "prebuild": "npm install", "build": "gulp" }, "devDependencies": { diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 2795239e3..49398884e 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -172,6 +172,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> |