Skip to content

Commit

Permalink
fix: fix lint issue in task-collection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Jul 16, 2018
1 parent 1311ef0 commit 87dddbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/build-tools/tasks/task-collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ async function start() {
if (!config.quick) {
buildTime = await build({
localDev: true,
shouldReturnTime: true
),
shouldReturnTime: true,
});
}
return Promise.all([
serve(buildTime),
Expand Down

0 comments on commit 87dddbb

Please sign in to comment.