File tree Expand file tree Collapse file tree
magic-api-plugins/magic-api-plugin-task Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments