Skip to content

Commit

Permalink
Add license report to build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Nov 22, 2024
1 parent 230a19f commit 71d81d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 71d81d3

Please sign in to comment.