Skip to content

Commit

Permalink
undid accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
JimHagan committed Jan 31, 2025
1 parent 2b50d85 commit 3a9e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"scripts": {
"test": "jest",
"validate-definition": "ajv validate --errors=json -s schemas/entity-schema-v1.json -d '../entity-types/*/definition.yml'",
"validate-definition": "ajv validate --errors=json -s schemas/entity-schema-v1.json -d '../entity-types/*/definition.yml' > /dev/null",
"validate-summary-metrics": "ajv validate --errors=json -s schemas/summary-metrics-schema-v1.json -d '../entity-types/*/summary_metrics.yml' > /dev/null",
"validate-golden-metrics": "ajv validate --errors=json -s schemas/golden-metrics-schema-v1.json -d '../entity-types/*/golden_metrics.yml' > /dev/null",
"validate-dashboard": "ajv validate --errors=json -s schemas/dashboard-schema-v1.json -d '../entity-types/*/*dashboard.json' > /dev/null",
Expand Down

0 comments on commit 3a9e517

Please sign in to comment.