File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ Key commands (tools already installed):
4646just ready # Run all checks (use after commits)
4747just fmt # Format code (run after modifications)
4848just check # Check code
49- just test # Run tests
49+ just test # Run tests
5050just lint # Run linting
5151just ast # Update generated files (when oxc_ast changes)
5252just conformance # Conformance tests (when Rust code changes)
53+ just minsize # Update minification size snapshots (run when oxc_minifier changes)
54+ just allocs # Update allocation snapshots (run when oxc_parser changes)
5355
5456pnpm build-dev # Build Node.js bindings
5557pnpm test # Node.js tests
Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ website path:
230230 cargo run -p website -- linter-cli > {{ path}} / src/ docs/ guide/ usage/ linter/ generated-cli.md
231231 cargo run -p website -- linter-schema-markdown > {{ path}} / src/ docs/ guide/ usage/ linter/ generated-config.md
232232
233+ minsize :
234+ cargo minsize
235+
233236minifier-diff :
234237 #!/usr/bin/env bash
235238 cargo minsize --compress-only pr
You can’t perform that action at this time.
0 commit comments