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-03-24 16:35:10 +0800
Commit
04e28537eefb26d339fcd6d34c47955401d300d1
1 parent
5008801b
修改静态资源 打包命令
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 @
04e2853
...
...
@@ -188,7 +188,7 @@ class Build {
self
.
_state
(
'script building'
);
sh
.
cd
(
self
.
codePath
);
var
child
=
sh
.
exec
(
'
gulp ge --cwd=public
'
,
{
var
child
=
sh
.
exec
(
'
npm run build -s
'
,
{
silent
:
self
.
silent
,
async
:
true
});
...
...
Please
register
or
login
to post a comment