Skip to content

Commit

Permalink
refactor: 💡 format
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai committed Dec 20, 2023
1 parent 7c86f45 commit 6600ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down

0 comments on commit 6600ca8

Please # to comment.