docs: add build for easier arg additions

This commit is contained in:
Jef LeCompte
2025-07-18 23:19:18 -07:00
committed by GitHub
parent 4c22bfa9e2
commit dada5b3154

View File

@@ -12,7 +12,7 @@ Visit the [Retrieving Lineup ID](https://github.com/jef/zap2xml/wiki/Retrieving-
### Node.js
```bash
npm i && npm run dev
npm i && npm run build && node dist/index.js
```
See [Command line arguments](#command-line-arguments) for configuration options.