Skip to content

Commit

Permalink
Update meta.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dwzheng-ifly committed Apr 23, 2019
1 parent 2985030 commit 67b588d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ module.exports = {
type: 'confirm',
message: 'Install vue-router?',
},
filter: {
when: 'isNotTest',
type: 'confirm',
message: 'Install filters 全局的filter?',
},
lint: {
when: 'isNotTest',
type: 'confirm',
Expand Down Expand Up @@ -170,6 +175,7 @@ module.exports = {
'test/unit/setup.js': "unit && runner === 'jest'",
'test/e2e/**/*': 'e2e',
'src/router/**/*': 'router',
'src/filter/**/*': 'filter',
},
complete: function(data, { chalk }) {
const green = chalk.green
Expand Down

0 comments on commit 67b588d

Please sign in to comment.