Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Mar 8, 2022
1 parent 4bc1ff4 commit dbad8c1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions magic-api-plugins/magic-api-plugin-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<!-- <execution>-->
<!-- <id>exec-npm-install</id>-->
<!-- <phase>generate-resources</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <executable>npm</executable>-->
<!-- <arguments>-->
<!-- <argument>install</argument>-->
<!-- </arguments>-->
<!-- <workingDirectory>${basedir}/src/console</workingDirectory>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>exec-npm-install</id>
<phase>generate-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<arguments>
<argument>install</argument>
</arguments>
<workingDirectory>${basedir}/src/console</workingDirectory>
</configuration>
</execution>
<execution>
<id>exec-npm-run-build</id>
<phase>generate-resources</phase>
Expand Down

0 comments on commit dbad8c1

Please sign in to comment.