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:42:13 +0800
Commit
daa82cd9e2ddb2f22e28f29a7f1b63a83685692d
1 parent
9fbc8b88
Update docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
docker.sh
docker.sh
View file @
daa82cd
...
...
@@ -3,8 +3,8 @@ wordir=$2
needBuild
=
$1
cd
$wordir
yarn --production
=
false
if
[
"
$needBuild
"
==
"YES"
]
;
then
yarn build
fi
yarn build
#if ["$needBuild" == "YES"];then
# yarn build
#fi
yarn build:node --build
=
$needBuild
...
...
Please
register
or
login
to post a comment