Commit 098b7576 authored by “yiyousong”'s avatar “yiyousong”
parents 4ccf90a3 d73ed342
...@@ -324,6 +324,22 @@ ...@@ -324,6 +324,22 @@
<workingDirectory>${project.parent.basedir}/sample-form-manager-ui/admin</workingDirectory> <workingDirectory>${project.parent.basedir}/sample-form-manager-ui/admin</workingDirectory>
</configuration> </configuration>
</execution> </execution>
<execution>
<id>exec-npm-run-build</id>
<phase>generate-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>yarn</executable>
<arguments>
<argument>run</argument>
<arguments>${package.environment}</arguments>
</arguments>
<workingDirectory>${project.parent.basedir}/sample-form-manager-ui/admin</workingDirectory>
</configuration>
</execution>
</executions> </executions>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment