Skip to content

Commit

Permalink
have it output what the diff actually is
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Sep 11, 2024
1 parent b09e94d commit 878b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/inspecjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc -p ./tsconfig.build.json",
"docs": "typedoc --out docs ./src",
"gen-types": "bash scripts/update_schema.sh",
"validate-types": "git diff --quiet HEAD -- schemas/ src/generated_parsers/",
"validate-types": "git diff HEAD -- schemas/ src/generated_parsers/",
"lint": "eslint \"**/*.ts\" --fix",
"lint:ci": "eslint \"**/*.ts\" --max-warnings 0",
"test": "jest --silent"
Expand Down

0 comments on commit 878b882

Please sign in to comment.