Skip to content

Grisu118/lss-userscript

Repository files navigation

Lss Userscript

Installation

Haftungsausschluss

Die Nutzung des Scripts geschieht auf eigene Gefahr. Ich hafte nicht für eventuell auftretende Schäden oder Ähnliches, die durch die Nutzung dieses Scripts entstanden sind. Die SHPlay GmbH ist in keinster Weise für den Inhalt des Scripts verantwortlich. Das Script ist losgelöst von SHPlay und Leitstellenspiel.de

Developing

Run tasks

To build the library use:

npx nx build pkg1

To run any task with Nx use:

npx nx <target> <project-name>

These targets are either inferred automatically or defined in the project.json or package.json files.

More about running tasks in the docs »

Keep TypeScript project references up to date

Nx automatically updates TypeScript project references in tsconfig.json files to ensure they remain accurate based on your project dependencies (import or require statements). This sync is automatically done when running tasks such as build or typecheck, which require updated references to function correctly.

To manually trigger the process to sync the project graph dependencies information to the TypeScript project references, run the following command:

npx nx sync

You can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:

npx nx sync:check

Learn more about nx sync

Learn more about Nx on CI

Install Nx Console

Nx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.

Install Nx Console »

Releases

No releases published

Packages

No packages published