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
2023-12-14 16:42:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
babce180592965f11bb9d332dcdc4686d3d68bf7
babce180
1 parent
670b779d
编译调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
publish_dev.sh
run.md
publish_dev.sh
View file @
babce18
...
...
@@ -11,13 +11,13 @@
set
-e
# 本地Git服务器目录路径
PHP_PATH
=
/Users/huyirui/program/itomix/git/isp/
f/custom_form
PHP_PATH
=
/Users/huyirui/program/itomix/git/isp/
admin
# 编译输出文件夹
OUTPUT
=
front
OUTPUT
=
custom_flow
# 打包
npm run build
#
需要手动
打包
# npm run release
# 移除Git服务器目录下项目文件夹
rm -r
$PHP_PATH
"/
${
OUTPUT
:?
}
"
...
...
@@ -27,15 +27,15 @@ mv "${OUTPUT:?}/" $PHP_PATH
# 提交到Git服务器
cd
$PHP_PATH
"/
${
OUTPUT
:?
}
"
git checkout custom_f
orm
git checkout custom_f
low
git pull
git add -A
git commit -m
'自定义
表单
-前端网页更新'
git commit -m
'自定义
流程
-前端网页更新'
git push
git checkout develop;
git pull origin develop;
git merge --no-edit custom_f
orm
;
git merge --no-edit custom_f
low
;
git push origin develop;
# 更新SSH服务器上文件
...
...
@@ -44,4 +44,4 @@ ssh -p 22 itomix@ipadbiz.cn '
git pull origin develop;
'
git checkout custom_f
orm
;
git checkout custom_f
low
;
...
...
run.md
View file @
babce18
nvm use 16.19
npm run start
npm run release 打包到docs文件家里了
手动编译
切换到custom_flow分支
运行 publish_dev.sh 脚本
...
...
Please
register
or
login
to post a comment