Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
23fad3a5
...
23fad3a5d9b9618d44f99517698a882b291461e8
authored
2022-01-25 14:07:21 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
8cc9437f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
publish.sh
publish.sh
View file @
23fad3a
...
...
@@ -8,4 +8,5 @@ if [ -n "$pid" ]; then
echo
"success"
fi
nohup npm run dev > client.log &
#nohup npm run dev > client.log &
nohup npm run dev >/dev/null 2>&1 &
...
...
Please
register
or
sign in
to post a comment