Skip to content

Commit

Permalink
fix(release): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 25, 2017
1 parent 0976088 commit ceae294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function release (opts) {
enabled: (ctx) => ctx.lint
}, {
title: 'Test',
task: () => test,
task: () => test.run,
enabled: (ctx) => ctx.test
}, {
title: 'Build',
Expand Down

0 comments on commit ceae294

Please sign in to comment.