Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add an exclude pattern for typescript bindings to `npm run format`
Sebastian Martinez committed 1 year ago
commit b2861012f1a703f2fcc060a65c27dc2f30ae8b31
parent f0c93d88176a70a1b48b99a9879532470974a4c2
1 file changed +1 -1
modified package.json
@@ -16,7 +16,7 @@
    "check-rs": "scripts/check-rs",
    "test:unit": "TZ='UTC' vitest run",
    "test:e2e": "TZ='UTC' playwright test",
-
    "format": "npx prettier '**/*.@(ts|js|svelte|json|css|html|yml)' --write",
+
    "format": "npx prettier '**/*.@(ts|js|svelte|json|css|html|yml)' '!crates/radicle-types/bindings/**' --write",
    "generate-types": "cargo test --manifest-path ./crates/radicle-types/Cargo.toml",
    "tauri": "npx tauri"
  },