@@ -51,27 +51,29 @@ To prepare the project for development you will need to:
51
51
52
52
The following commands are available after the initial setup. Run them with ` npm run <command> ` .
53
53
54
- | Command | Description |
55
- | ----------------------| ---------------------------------------------------------------------------|
56
- | ` check:circular ` | Check for circular dependencies in the project. |
57
- | ` lint ` | Check the project for coding standards issues using Biome. |
58
- | ` lint:fix ` | Automatically fix coding standards issues using Biome. |
59
- | ` style ` | Check the project for formatting issues using Biome. |
60
- | ` style:fix ` | Automatically fix formatting issues using Biome. |
61
- | ` format ` | Automatically fix all coding standards and formatting issues using Biome. |
62
- | ` test ` | Run all tests. |
63
- | ` test:watch ` | Run tests in watch mode. Tests will re-run when files are changed. |
64
- | ` test:coverage ` | Run tests and generate a coverage report. |
65
- | ` test:ui ` | Run tests in UI mode. This will open a browser window to view tests. |
66
- | ` build:release ` | Build the project for release. |
67
- | ` build:debug ` | Build the project for debugging. |
68
- | ` build:bleeding ` | Build the project on the bleeding edge. |
69
- | ` build:bleedingmods ` | Build the project on the bleeding edge with mods. |
70
- | ` run:build ` | Run the project in build mode. |
71
- | ` run:debug ` | Run the project in debug mode. |
72
- | ` run:profiler ` | Run the project in profiler mode. |
73
- | ` gen:types ` | Generate types for the project. |
74
- | ` gen:docs ` | Generate documentation for the project. |
54
+ | Command | Description |
55
+ | -----------------------| ---------------------------------------------------------------------------|
56
+ | ` check:circular ` | Check for circular dependencies in the project. |
57
+ | ` lint ` | Check the project for coding standards issues using Biome. |
58
+ | ` lint:fix ` | Automatically fix coding standards issues using Biome. |
59
+ | ` style ` | Check the project for formatting issues using Biome. |
60
+ | ` style:fix ` | Automatically fix formatting issues using Biome. |
61
+ | ` format ` | Automatically fix all coding standards and formatting issues using Biome. |
62
+ | ` test ` | Run all tests. |
63
+ | ` test:watch ` | Run tests in watch mode. Tests will re-run when files are changed. |
64
+ | ` test:coverage ` | Run tests and generate a coverage report. |
65
+ | ` test:ui ` | Run tests in UI mode. This will open a browser window to view tests. |
66
+ | ` build:release ` | Build the project for release. |
67
+ | ` build:debug ` | Build the project for debugging. |
68
+ | ` build:bleeding ` | Build the project on the bleeding edge. |
69
+ | ` build:bleedingmods ` | Build the project on the bleeding edge with mods. |
70
+ | ` run:build ` | Run the project in build mode. |
71
+ | ` run:debug ` | Run the project in debug mode. |
72
+ | ` run:profiler ` | Run the project in profiler mode. |
73
+ | ` gen:types ` | Generate types for the project. |
74
+ | ` gen:docs ` | Generate documentation for the project. |
75
+ | ` database:compress ` | Compress database files from working directory into archive. |
76
+ | ` database:decompress ` | Decompress database archives into working directory. |
75
77
76
78
### Debugging
77
79
0 commit comments