Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pnpm check # typecheck + lint + format:check
pnpm tauri build

# Regenerate third-party license manifest (requires cargo-about; config in about.toml)
pnpm licenses
pnpm generate:licenses

# Rust-only operations (from workspace root)
cargo clippy -p ltk-manager
Expand Down
2 changes: 1 addition & 1 deletion about.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration for cargo-about (https://github.com/EmbarkStudios/cargo-about)
# Generates the third-party license manifest shown in Settings -> About.
# Regenerate with: pnpm licenses
# Regenerate with: pnpm generate:licenses

# Only the platform we actually ship (see release.yml)
targets = ["x86_64-pc-windows-msvc"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"check": "npm run typecheck && npm run lint && npm run format:check && npm run test",
"prepare": "husky",
"generate:types": "cd src-tauri && cargo test export_bindings --no-fail-fast",
"licenses": "node scripts/generate-licenses.mjs"
"generate:licenses": "node scripts/generate-licenses.mjs"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading
Loading