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
陈峰
2018-08-24 16:26:54 +0800
Commit
fb0e998762fbedbbe11b6a9648d25cb3a9f74987
1 parent
d572466c
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
docker.sh
docker.sh
View file @
fb0e998
...
...
@@ -4,8 +4,8 @@ needBuild=$1
cd
$wordir
yarn --production
=
false
if
[[
needBuild
==
"YES"
]]
if
[[
$
needBuild
==
"YES"
]]
then
yarn build
fi
yarn build:node --build
=
needBuild
yarn build:node --build
=
$
needBuild
...
...
Please
register
or
login
to post a comment