Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
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
陈峰
8 years ago
Commit
b38e215075d737ce8dd53e7b103aee5d45042b16
1 parent
d969bd20
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/ci/build.js
apps/ci/build.js
View file @
b38e215
...
...
@@ -158,7 +158,7 @@ class Build {
sh
.
cd
(
self
.
codePath
);
var
child
=
sh
.
exec
(
'yarn --production=false
&&
npm rebuild node-sass'
,
{
var
child
=
sh
.
exec
(
'yarn --production=false
;
npm rebuild node-sass'
,
{
silent
:
self
.
silent
,
async
:
true
});
...
...
Please
register
or
login
to post a comment