提交 dbad8c10 编写于 作者: M mxd

update

上级 4bc1ff46
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册