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
2023-02-10 18:10:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4616370692db4563de21ae099c92c22ea2f17500
46163706
1 parent
442cb8fa
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.gitignore
publish_prod.sh
.gitignore
View file @
4616370
...
...
@@ -14,3 +14,4 @@ src/test/mocha/test.js
cypress.json
src/test
.idea
front
...
...
publish_prod.sh
View file @
4616370
...
...
@@ -20,6 +20,7 @@ PHP_PATH=/Users/huyirui/program/itomix/git/isp/f/custom_form
output
=
front
# 打包
rm -rf front
npm run build
# 删除 PHP 项目里的编译产物
...
...
@@ -63,4 +64,3 @@ ssh -p 22 itomix@ipadbiz.cn '
'
git checkout custom_form;
rm -rf front
...
...
Please
register
or
login
to post a comment