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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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/", |
|
|
|
|