Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-03-21 17:17:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4be2b9f315fe14f1a0acea818d503126ef266bc8
4be2b9f3
1 parent
bfc5a60a
新增安心茶室上传编译
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
package.json
package.json
View file @
4be2b9f
...
...
@@ -22,6 +22,8 @@
"dec-guanzong"
:
"ssh itomix@ipadbiz.cn 'cd /opt/guanzong/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-xys"
:
"scp -P 12101 dist.tar.gz zhsy@oa.jcedu.org:/home/www/f/custom_form"
,
"dec-xys"
:
"ssh -p 12101 zhsy@oa.jcedu.org 'cd /home/www/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-zentea"
:
"scp dist.tar.gz zentea@anxinchashi.com:/data/www/zentea/f/custom_form"
,
"dec-zentea"
:
"ssh zentea@anxinchashi.com 'cd /data/www/zentea/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"remove_tar"
:
"rm -rf dist.tar.gz"
,
"remove_dist"
:
"rm -rf front"
,
"dev_upload"
:
"npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist"
,
...
...
@@ -29,6 +31,7 @@
"mituo_upload"
:
"npm run build_tar && npm run scp-mituo && npm run dec-mituo && npm run remove_tar"
,
"guanzong_upload"
:
"npm run build_tar && npm run scp-guanzong && npm run dec-guanzong && npm run remove_tar"
,
"xys_upload"
:
"npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar"
,
"zentea_upload"
:
"npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar"
,
"all_upload"
:
"npm run dev_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run xys_upload"
},
"dependencies"
:
{
...
...
Please
register
or
login
to post a comment