Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi.ji
2018-08-24 16:37:13 +0800
Commit
9fbc8b8889a094312a105a90ab842d6080dd7b9b
1 parent
b6fcbaa7
Update docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
docker.sh
docker.sh
View file @
9fbc8b8
...
...
@@ -4,8 +4,7 @@ needBuild=$1
cd
$wordir
yarn --production
=
false
if
[[
"
$needBuild
"
==
"YES"
]]
then
if
[
"
$needBuild
"
==
"YES"
]
;
then
yarn build
fi
yarn build:node --build
=
$needBuild
...
...
Please
register
or
login
to post a comment