add test:prettier command in test
parent
1aa8b2396d
commit
587f4f2091
|
@ -16,7 +16,7 @@
|
||||||
"dev": "npm run build:template && npm run build:prism && npm run dev:tool",
|
"dev": "npm run build:template && npm run build:prism && npm run dev:tool",
|
||||||
"dev:tool": "vue-cli-service serve src/nginxconfig/mount.js",
|
"dev:tool": "vue-cli-service serve src/nginxconfig/mount.js",
|
||||||
"deploy:spaces:comment": "do-vue comment nginxconfig",
|
"deploy:spaces:comment": "do-vue comment nginxconfig",
|
||||||
"test": "npm run test:eslint && npm run test:stylelint && npm run test:i18n-packs && npm run test:jest",
|
"test": "npm run test:prettier && npm run test:eslint && npm run test:stylelint && npm run test:i18n-packs && npm run test:jest",
|
||||||
"test:jest": "jest --env=jsdom /test/.*.js?$",
|
"test:jest": "jest --env=jsdom /test/.*.js?$",
|
||||||
"test:fix": "npm run test:eslint:fix",
|
"test:fix": "npm run test:eslint:fix",
|
||||||
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
|
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
|
||||||
|
|
Loading…
Reference in New Issue