Skip to content

Commit

Permalink
Add docs in npm-scripts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Dec 27, 2024
1 parent 845df77 commit ec1c972
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/development/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This file documents the scripts available in the [package.json](../../package.json) file.
Scripts can be executed by running `npm run <name>`.

- `anki:css-json:write`
Writes Anki structured content styling json for use when sending stuctured content dictionaries to Anki.

CSS rule overrides and exclusions can be set in `dev/data/structured-content-overrides.css`.

- `bench`
Runs performance benchmarks.

Expand Down

0 comments on commit ec1c972

Please sign in to comment.