Browse Source

Merge pull request #435 from danditomaso/fix/allow-building-without-formatting

pull/439/head
Hunter Thornsberry 1 year ago
committed by GitHub
parent
commit
f4bddefd33
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      package.json

2
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/",

Loading…
Cancel
Save