Skip to content

Commit

Permalink
chore: change dev and docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 29, 2023
1 parent bbf1d56 commit e6e3b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"build:r": "r -f cjs",
"build:tsc": "tsc -b",
"clean": "rimraf -g 'packages/**/{lib,*.tsbuildinfo}'",
"dev": "vite dev",
"dev": "vitest",
"docs": "vite",
"lint": "concurrently 'yarn:lint:*'",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand Down

0 comments on commit e6e3b96

Please sign in to comment.