@@ -113,21 +113,20 @@ Linting is done through bazel as well, formatting is done via `just fmt` which u
113113
114114## Local Commnads
115115
116- | Command | Description |
117- | ------------------------- | ------------------------------------------------- |
118- | ` just test ` | Run all tests |
119- | ` just grind ` | Run tests with valgrind |
120- | ` just lint ` | Lint the code & try auto-fix linting errors |
121- | ` just fmt ` | Format the code |
122- | ` just deny ` | Check that all dependencies have allowed licenses |
123- | ` just docs ` | Build the docs |
124- | ` just docs-serve ` | Serve the docs locally |
125- | ` just vendor ` | Vendor the dependencies |
126- | ` just clear-tool-cache ` | Clear the tool cache |
127- | ` just sync-readme ` | Sync the readme for all crates |
128- | ` just sync-diesel-schema ` | Sync the diesel schema for all crates |
129- | ` pnpm dev ` | Start all frontends dev servers |
130- | ` pnpm dev:dashboard ` | Start the dashboard dev server |
116+ | Command | Description |
117+ | ----------------------- | ------------------------------------------------- |
118+ | ` just test ` | Run all tests |
119+ | ` just grind ` | Run tests with valgrind |
120+ | ` just lint ` | Lint the code & try auto-fix linting errors |
121+ | ` just fmt ` | Format the code |
122+ | ` just deny ` | Check that all dependencies have allowed licenses |
123+ | ` just docs ` | Build the docs |
124+ | ` just docs-serve ` | Serve the docs locally |
125+ | ` just vendor ` | Vendor the dependencies |
126+ | ` just clear-tool-cache ` | Clear the tool cache |
127+ | ` just sync-readme ` | Sync the readme for all crates |
128+ | ` pnpm dev ` | Start all frontends dev servers |
129+ | ` pnpm dev:dashboard ` | Start the dashboard dev server |
131130
132131## CLA
133132
0 commit comments