UNPKG

@aisino/cli-plugin-e2e-cypress

Version:
13 lines (11 loc) 247 B
module.exports = api => { api.render('./template', { hasTS: api.hasPlugin('typescript'), hasESLint: api.hasPlugin('eslint') }) api.extendPackage({ scripts: { 'test:e2e': 'vue-cli-service test:e2e' } }) }