Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
O2OA
Commits
a85bf4a9
Commit
a85bf4a9
authored
3 years ago
by
胡起
Browse files
Options
Download
Plain Diff
Merge branch 'fix/gulpfile' into 'wrdp'
修改打包成功后的输出信息 See merge request o2oa/o2oa!5885
parents
b9094b19
ccd4ffc7
develop
develop_java8
master
release
wrdp
wrdp_java8
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.4.7
6.4.6
6.4.5
6.4.4
6.4.3
6.4.2
6.4.1
6.4.0
wrdp-6.5
develop-7.1
develop-7.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
a85bf4a9
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help