From 6600ca860df10e9f015263f4304ea3934b257287 Mon Sep 17 00:00:00 2001 From: huyikai Date: Wed, 20 Dec 2023 20:57:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e110923..0a112b8 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ ], "scripts": { "build": "vitepress build docs", + "commit": "git-cz", "dev": "vitepress dev docs", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", "lint:style": "stylelint \"./docs/**/*.{css,scss,vue,html}\" --fix", "prepare": "husky install", - "serve": "vitepress serve docs", - "commit": "git-cz", - "release": "npm run release --workspaces" + "release": "npm run release --workspaces", + "serve": "vitepress serve docs" }, "lint-staged": { "*.{js,jsx,vue,ts}": [