Skip to content

Commit

Permalink
feat: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
blucas.wu committed Jun 6, 2023
1 parent 47ba891 commit d7302f1
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 @@ -32,8 +32,9 @@
},
"scripts": {
"dev": "vite --mode doc",
"build:doc": "vite build --mode doc",
"build:pkg": "vite build --mode pkg",
"prebuild:doc": "yarn run build:pkg",
"build:doc": "vite build --mode doc",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit d7302f1

Please sign in to comment.