summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/pom.xml')
-rw-r--r--cds-ui/designer-client/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml
index 6ed71b260..7d735e4ac 100644
--- a/cds-ui/designer-client/pom.xml
+++ b/cds-ui/designer-client/pom.xml
@@ -73,6 +73,18 @@ limitations under the License.
<phase>generate-resources</phase>
<configuration>
<arguments>run build</arguments>
+ <skip>${npm.skipBuild}</skip>
+ </configuration>
+ </execution>
+ <execution>
+ <id>npm build local</id>
+ <goals>
+ <goal>npm</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ <configuration>
+ <arguments>run build:local</arguments>
+ <skip>${npm.skipBuildLocal}</skip>
</configuration>
</execution>
</executions>