You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`publish-server.sh`| Publish `@bgforge/mls-server` to npm. |
84
84
|`publish-transpile.sh`| Publish `@bgforge/transpile` (library + fgtp bin) to npm. |
85
85
|`vitest.config.ts`| Vitest configuration for script-level tests. |
86
+
|`vitest.cli.config.ts`| Vitest configuration that re-includes the `*-cli.test.ts` files excluded by each package's unit-test config, so they run as a single phase after the CLI bundles are built. Invoked by `pnpm test:cli`. |
86
87
|`vitest.smoke.config.ts`_(server/)_| Vitest configuration for the server smoke test (separate because it requires a built bundle). |
87
88
|`generate-data.sh`| Generate YAML data files from game engine sources. |
88
89
|`regenerate-expected.sh`| Regenerate tree-sitter grammar sources and types. |
0 commit comments