Skip to content

Commit 69d6066

Browse files
tw93claude
andcommitted
🔧 Add verbose output to cargo fmt in format script
Show which Rust files are being formatted for better visibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 6674802 commit 69d6066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"cli": "rollup -c rollup.config.js --watch",
4242
"cli:dev": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
4343
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
44-
"format": "npx prettier --write . --ignore-unknown && cd src-tauri && cargo fmt",
44+
"format": "npx prettier --write . --ignore-unknown && cd src-tauri && cargo fmt --verbose",
4545
"prepublishOnly": "npm run cli:build"
4646
},
4747
"type": "module",

0 commit comments

Comments
 (0)