Browse Source
Merge pull request #435 from danditomaso/fix/allow-building-without-formatting
pull/439/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
1 deletions
-
package.json
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
"description": "Meshtastic web client", |
|
|
|
"license": "GPL-3.0-only", |
|
|
|
"scripts": { |
|
|
|
"build": "pnpm check && rsbuild build", |
|
|
|
"build": "rsbuild build", |
|
|
|
"build:analyze": "BUNDLE_ANALYZE=true rsbuild build", |
|
|
|
"check": "biome check src/", |
|
|
|
"check:fix": "pnpm check --write src/", |
|
|
|
|