@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.
- package/dist/cli.js +1 -1
- 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()
|