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-23 18:16:01 +0800
Commit
c60dde19eb62efd83848d8f5cb97f29f5ebcd97f
1 parent
a471ba19
commit
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
docker.sh
package.json
docker.sh
View file @
c60dde1
#!/bin/bash
wordir
=
$2
needBuild
=
$1
cd
$wordir
rm -rf yoho-yohobuy-wap.tar.gz
yarn --production
=
false
yarn
if
[[
$1
==
"test1"
]]
||
[[
$1
==
"test2"
]]
||
[[
$1
==
"test3"
]]
then
yarn build
fi
node-prune
tar -czf yoho-yohobuy-wap.tar.gz
*
...
...
package.json
View file @
c60dde1
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.6.27"
,
"version"
:
"
9
6.6.27"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment