@principal-ai/quality-lens-cli 0.1.19 → 0.1.20

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1009,7 +1009,7 @@ jobs:
1009
1009
  run: npm install -g @principal-ai/quality-lens-cli
1010
1010
 
1011
1011
  - name: Run quality lenses
1012
- run: quality-lens run . --output results.json --format json
1012
+ run: quality-lens run . --install --output results.json --format json
1013
1013
 
1014
1014
  - name: Display results summary
1015
1015
  if: always()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ai/quality-lens-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "CLI tool for running quality lenses on codebases in CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",