From 71d81d309a81a77bcb9e0f2acb8356c269f462d5 Mon Sep 17 00:00:00 2001 From: kuuuube Date: Fri, 22 Nov 2024 11:43:25 -0500 Subject: [PATCH] Add license report to build steps --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17dfc7ec8..38e1b1e09 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,11 @@ Feel free to join us on the [Yomitan Discord](https://discord.gg/YkQrXW6TXF). 2. Run `npm ci` to set up the environment. -3. Run `npm run build` for a plain testing build or `npm run-script build -- --all --version {version}` for a release build (replacing `{version}` with a version number). +3. Run `npm run license-report:html` to generate any missing or changed license information. -4. The builds for each browser and release branch can be found in the `builds` directory. +4. Run `npm run build` for a plain testing build or `npm run-script build -- --all --version {version}` for a release build (replacing `{version}` with a version number). + +5. The builds for each browser and release branch can be found in the `builds` directory. For more information, see [Contributing](./CONTRIBUTING.md#setup).