|
|
@ -15,8 +15,8 @@ |
|
|
|
"test": "jest", |
|
|
|
"test:watch": "jest --watch", |
|
|
|
"test:coverage": "jest --coverage", |
|
|
|
"lint": "eslint --ext .js,.ts,.vue src", |
|
|
|
"lint:fix": "eslint --ext .js,.ts,.vue src --fix", |
|
|
|
"lint": "eslint", |
|
|
|
"lint:fix": "eslint --fix", |
|
|
|
"stylelint": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\"", |
|
|
|
"stylelint:fix": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\" --fix", |
|
|
|
"analyze": "npm run analyze:stats && npm run analyze:serve", |
|
|
|