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 17:40:50 +0800
Commit
20b3353e033491bdd525b8c4fd8bdcf22a246497
1 parent
377b8bfd
Update docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
docker.sh
docker.sh
View file @
20b3353
...
...
@@ -4,6 +4,8 @@ needBuild=$1
cd
$wordir
yarn --production
=
false
if
[
"
$needBuild
"
==
"YES"
]
;
then
yarn build
yarn build
else
echo
"you had enter unexpected word"
fi
yarn build:node --build
=
$needBuild
...
...
Please
register
or
login
to post a comment