Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-08-02 16:21:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e7fd2f4f6fb59fc9eb670c0a75af773e2f22395
9e7fd2f4
1 parent
f4392e22
fix 上传oa地址调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
package.json
package.json
View file @
9e7fd2f
...
...
@@ -14,7 +14,8 @@
"dec-oa"
:
"ssh ipadbiz-inner 'cd /opt/oa/admin && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"remove_tar"
:
"rm -rf dist.tar.gz"
,
"remove_dist"
:
"rm -rf custom_flow"
,
"dev_upload"
:
"npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist"
"dev_upload"
:
"npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist"
,
"oa_upload"
:
"npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar && npm run remove_dist"
},
"repository"
:
{},
"files"
:
[
...
...
Please
register
or
login
to post a comment