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
7 years ago
Commit
8d0060f24b7542e7efd2a71102d310bf34326784
1 parent
8b4374b5
Update docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
docker.sh
docker.sh
View file @
8d0060f
...
...
@@ -5,8 +5,6 @@ cd $wordir
yarn --production
=
false
if
[
"
$needBuild
"
==
"YES"
]
;
then
yarn build
else
echo
"you had enter unexpected word"
fi
yarn build:node --build
=
$needBuild
node-prune ./dist/node/node_modules
\ No newline at end of file
/usr/local/bin/node-prune ./dist/node/node_modules
\ No newline at end of file
...
...
Please
register
or
login
to post a comment