forked from icd/rentgen
docs: replace Makefile references with npm scripts in README
This commit is contained in:
parent
a1a71fd81a
commit
28e6e32e25
@ -86,12 +86,11 @@ docker compose up rentgen_run # Run in Firefox
|
||||
docker compose up rentgen_verify # Build and verify with tests
|
||||
```
|
||||
|
||||
### Using Makefile (recommended for testing)
|
||||
### Using npm scripts (recommended for testing)
|
||||
|
||||
```bash
|
||||
make verify # Build, test, and verify extension (exits with error if verification fails)
|
||||
make clean # Clean up Docker resources
|
||||
make help # Show available targets
|
||||
npm run docker:verify # Build, test, and verify extension (exits with error if verification fails)
|
||||
npm run docker:clean # Clean up Docker resources
|
||||
```
|
||||
|
||||
## Issue tracker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user