Skip to content

Commit dbad8c1

Browse files
committed
update
1 parent 4bc1ff4 commit dbad8c1

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

  • magic-api-plugins/magic-api-plugin-task

magic-api-plugins/magic-api-plugin-task/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
<artifactId>exec-maven-plugin</artifactId>
3333
<version>1.6.0</version>
3434
<executions>
35-
<!-- <execution>-->
36-
<!-- <id>exec-npm-install</id>-->
37-
<!-- <phase>generate-resources</phase>-->
38-
<!-- <goals>-->
39-
<!-- <goal>exec</goal>-->
40-
<!-- </goals>-->
41-
<!-- <configuration>-->
42-
<!-- <executable>npm</executable>-->
43-
<!-- <arguments>-->
44-
<!-- <argument>install</argument>-->
45-
<!-- </arguments>-->
46-
<!-- <workingDirectory>${basedir}/src/console</workingDirectory>-->
47-
<!-- </configuration>-->
48-
<!-- </execution>-->
35+
<execution>
36+
<id>exec-npm-install</id>
37+
<phase>generate-resources</phase>
38+
<goals>
39+
<goal>exec</goal>
40+
</goals>
41+
<configuration>
42+
<executable>npm</executable>
43+
<arguments>
44+
<argument>install</argument>
45+
</arguments>
46+
<workingDirectory>${basedir}/src/console</workingDirectory>
47+
</configuration>
48+
</execution>
4949
<execution>
5050
<id>exec-npm-run-build</id>
5151
<phase>generate-resources</phase>

0 commit comments

Comments
 (0)