Browse Source

Merge pull request #387 from danditomaso/feat/add-build-analyze-script

feat: add bundle analyzer script
pull/391/head
Hunter Thornsberry 1 year ago
committed by GitHub
parent
commit
68da810a85
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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