Skip to content

Commit 72222ec

Browse files
committed
Fix CI by pinning dprint in devDependencies
1 parent 977f518 commit 72222ec

File tree

3 files changed

+118
-1
lines changed

3 files changed

+118
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ run = "pnpm exec vite dev"
2828

2929
[tasks.format]
3030
description = "Format code (Biome + dprint + rustfmt)"
31-
run = "pnpm exec biome format --write src src-tauri/tauri.conf.json src-tauri/capabilities/default.json package.json components.json svelte.config.js vite.config.js tailwind.config.ts tsconfig.json biome.json dprint.json && dprint fmt && cargo fmt --manifest-path src-tauri/Cargo.toml"
31+
run = "pnpm exec biome format --write src src-tauri/tauri.conf.json src-tauri/capabilities/default.json package.json components.json svelte.config.js vite.config.js tailwind.config.ts tsconfig.json biome.json dprint.json && pnpm exec dprint fmt && cargo fmt --manifest-path src-tauri/Cargo.toml"
3232

3333
[tasks.icons]
3434
description = "Regenerate app icons from assets/logo.svg"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@testing-library/user-event": "^14.6.1",
3939
"@types/node": "^25.2.1",
4040
"clsx": "^2.1.1",
41+
"dprint": "^0.51.1",
4142
"jsdom": "^25.0.1",
4243
"oxlint": "^1.43.0",
4344
"svelte": "^5.0.0",

pnpm-lock.yaml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)