@conterra/vuln-scan 0.0.20 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/dist/add-project.js +27 -27
- package/dist/add-statement.js +32 -32
- package/dist/remove-project.js +28 -28
- package/dist/vuln-scan.js +14 -16
- package/package.json +15 -16
package/README.md
CHANGED
|
@@ -400,8 +400,7 @@ Setup:
|
|
|
400
400
|
1. Checkout via git
|
|
401
401
|
2. Run `npm install`
|
|
402
402
|
|
|
403
|
-
|
|
404
403
|
Run tests (vitest): `npm test` (watch mode)
|
|
405
|
-
|
|
404
|
+
To run tests once (without watch), use `npm test run`.
|
|
406
405
|
|
|
407
|
-
Build the project (esbuild): `npm run build` (or `watch`)
|
|
406
|
+
Build the project (esbuild): `npm run build` (or `watch`)
|