Commit 728d8468 authored by 魏国强's avatar 魏国强

修改bower路径为系统环境

parent de10dfc1
Pipeline #555 canceled with stages
......@@ -102,7 +102,7 @@
<workingDirectory>${basedir}/src/main/resources/ui/admin-web</workingDirectory>
<executable>${basedir}/src/main/resources/ui/admin-web/node/${executable.node}</executable>
<arguments>
<argument>${basedir}/src/main/resources/ui/admin-web/node_modules/bower/bin/bower</argument>
<argument>bower</argument>
<argument>install</argument>
<argument>--allow-root</argument>
</arguments>
......
......@@ -268,7 +268,7 @@
<workingDirectory>${ui.directory}</workingDirectory>
<executable>${ui.directory}/node/${node.executable}</executable>
<arguments>
<argument>${ui.directory}/node_modules/bower/bin/bower</argument>
<argument>bower</argument>
<argument>install</argument>
<argument>--allow-root</argument>
</arguments>
......
......@@ -196,7 +196,7 @@
<workingDirectory>${ui.directory}</workingDirectory>
<executable>${ui.directory}/node/${node.executable}</executable>
<arguments>
<argument>${ui.directory}/node_modules/bower/bin/bower</argument>
<argument>bower</argument>
<argument>install</argument>
<argument>--allow-root</argument>
</arguments>
......
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