diff --git a/package.json b/package.json index 8785496..2bbf115 100644 --- a/package.json +++ b/package.json @@ -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",