Skip to content

Commit

Permalink
build: add bundle visualizer script
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Sep 19, 2023
1 parent 908e32b commit 7951007
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 @@ -8,7 +8,8 @@
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "npx eslint src --fix && npx prettier --write src"
"lint": "npx eslint src --fix && npx prettier --write src",
"bundle": "npx vite-bundle-visualizer"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 7951007

Please sign in to comment.