Skip to content

Commit cfc69c3

Browse files
committed
ci: disable cli-ui lintOnSave in circleci
1 parent 4c09057 commit cfc69c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@vue/cli-ui/vue.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
const merge = require('deepmerge')
22
const path = require('path')
33

4+
/** @type {import('@vue/cli-service').ProjectOptions} */
45
module.exports = {
6+
lintOnSave: process.env.CIRCLECI
7+
? false
8+
: 'default',
59
pluginOptions: {
610
apollo: {
711
enableMocks: false,

0 commit comments

Comments
 (0)