Skip to content

Commit

Permalink
Add node_modules as dependency to AJV validation (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist authored and Arminta-Jenkins-NIST committed Sep 12, 2023
1 parent 88b184a commit 53021fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ clean-linkcheck: ## Remove linkcheck log
validate: validate-jsonschemas validate-xsds validate-composition ## Validate all generated content

.PHONY: validate-jsonschemas
validate-jsonschemas: $(JSONSCHEMA_OUTPUTS) ## Validate generated JSON Schemas
validate-jsonschemas: node_modules $(JSONSCHEMA_OUTPUTS) ## Validate generated JSON Schemas
@echo Validating generated JSON Schemas
npx ajv compile -c "ajv-formats" -s "$(GENERATED_DIR)/*_schema.json"

Expand Down

0 comments on commit 53021fa

Please sign in to comment.