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 c355818 commit 0b66b83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"build:r": "r -f cjs",
"build:tsc": "tsc -p src",
"dev": "vitest",
"docs:build": "vite build docs --emptyOutDir",
"docs:dev": "vite docs",
"docs": "vite docs",
"lint": "run-p 'lint:*'",
"lint:es": "eslint . --cache -f friendly --max-warnings 10",
"lint:style": "stylelint . --cache",
Expand All @@ -39,7 +38,7 @@
"serve": "vite preview docs",
"test": "vitest run --coverage",
"typecov": "type-coverage",
"vercel-build": "yarn docs:build"
"vercel-build": "vite build docs --emptyOutDir"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit 0b66b83

Please sign in to comment.