Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Use .prettierignore for better formatting control
Thomas Scholtes committed 9 months ago
commit 64a9e2ce9fc32b4891592ac46e4e6bb4771b9604
parent 4fd016d
3 files changed +11 -6
added .prettierignore
@@ -0,0 +1,5 @@
+
arch/radicle-desktop
+
arch/radicle-desktop.git
+
crates
+
*.md
+
*.lock
modified .woodpecker/build-arch.yaml
@@ -51,8 +51,8 @@ steps:
      # Ensure .SCRINFO is up-to-date
      - makepkg --printsrcinfo > .SRCINFO && git diff --exit-code .SRCINFO
      - |
-
          CI=true \
-
          BUILDDIR=/home/builder/build \
-
          PKGDEST=/home/builder/ \
-
          SRCDEST=/home/builder/ \
-
          makepkg --syncdeps --noconfirm --force
+
        CI=true \
+
        BUILDDIR=/home/builder/build \
+
        PKGDEST=/home/builder/ \
+
        SRCDEST=/home/builder/ \
+
        makepkg --syncdeps --noconfirm --force
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)' '!crates/**/*' --write",
+
    "format": "npx prettier . --write",
    "generate-types": "cargo test --manifest-path ./crates/radicle-types/Cargo.toml",
    "tauri": "npx tauri"
  },