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
陈峰
2017-09-20 15:28:48 +0800
Commit
d969bd206f04856ca13ad015f8a9fc4c8f9ea856
1 parent
2038abaf
yarn && rebuild node-sass
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 @
d969bd2
...
...
@@ -158,7 +158,7 @@ class Build {
sh
.
cd
(
self
.
codePath
);
var
child
=
sh
.
exec
(
'
npm i --production=false
'
,
{
var
child
=
sh
.
exec
(
'
yarn --production=false && npm rebuild node-sass
'
,
{
silent
:
self
.
silent
,
async
:
true
});
...
...
Please
register
or
login
to post a comment