Commit a85bf4a9 authored by 胡起's avatar 胡起
Browse files

Merge branch 'fix/gulpfile' into 'wrdp'

修改打包成功后的输出信息

See merge request o2oa/o2oa!5885
Showing with 1 addition and 1 deletion
+1 -1
......@@ -26,7 +26,7 @@
"deploy:macos": "gulp deploy --e macos",
"deploy:mips": "gulp deploy --e mips",
"deploy:rpi": "gulp deploy --e raspi",
"typeInfor": "type welcome && echo Your server is build success: target/o2server/",
"typeInfor": "echo Build Success! Your server is build success: target/o2server/",
"clear": "gulp clear_build",
"clear_deploy": "gulp clear_deploy",
"build": "npm run clear && npm run build_parallel && npm run deploy && npm run typeInfor",
......
Supports Markdown
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