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-08-09 18:55:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fbf32dd8ef989465164e3ca6a70a6eb7d03b7b9f
fbf32dd8
1 parent
7127805d
新增baorong寺编译
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
package.json
package.json
View file @
fbf32dd
...
...
@@ -20,6 +20,8 @@
"dec-mituo"
:
"ssh ipadbiz-inner 'cd /opt/mituo/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-guanzong"
:
"scp dist.tar.gz ipadbiz-inner:/opt/guanzong/f/custom_form"
,
"dec-guanzong"
:
"ssh ipadbiz-inner 'cd /opt/guanzong/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-baorong"
:
"scp dist.tar.gz ipadbiz-inner:/opt/baorong/f/custom_form"
,
"dec-baorong"
:
"ssh ipadbiz-inner 'cd /opt/baorong/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"
,
...
...
@@ -30,6 +32,7 @@
"oa_upload"
:
"npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar"
,
"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"
,
"baorong_upload"
:
"npm run build_tar && npm run scp-baorong && npm run dec-baorong && 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"
...
...
Please
register
or
login
to post a comment