Browse Source

feat: add bundle analyzer script

pull/387/head
Dan Ditomaso 1 year ago
parent
commit
5b7b770aee
  1. 1
      package.json

1
package.json

@ -6,6 +6,7 @@
"license": "GPL-3.0-only",
"scripts": {
"build": "pnpm check && rsbuild build",
"build:analyze": "BUNDLE_ANALYZE=true rsbuild build",
"check": "biome check src/",
"check:fix": "pnpm check --write src/",
"format": "biome format --write src/",

Loading…
Cancel
Save