Commit de10dfc1 authored by 魏国强's avatar 魏国强

修改bower路径为系统环境

parent 85672049
Pipeline #554 canceled with stages
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<workingDirectory>${ui.directory}</workingDirectory> <workingDirectory>${ui.directory}</workingDirectory>
<executable>${ui.directory}/node/${node.executable}</executable> <executable>${ui.directory}/node/${node.executable}</executable>
<arguments> <arguments>
<argument>${ui.directory}/node_modules/bower/bin/bower</argument> <argument>bower</argument>
<argument>install</argument> <argument>install</argument>
<argument>--allow-root</argument> <argument>--allow-root</argument>
</arguments> </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