add test:prettier command in test

pull/448/head
maskeynihal 2023-10-12 12:06:30 +05:45
parent 1aa8b2396d
commit 587f4f2091
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"dev": "npm run build:template && npm run build:prism && npm run dev:tool",
"dev:tool": "vue-cli-service serve src/nginxconfig/mount.js",
"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:fix": "npm run test:eslint:fix",
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",