We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1cbe1 commit ee65023Copy full SHA for ee65023
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"scripts": {
8
"lint": "eslint build/",
9
- "build": "npm run build-core && npm run build-validation && npm run build-output",
+ "build": "npm run build-core && npm run build-validation && npm run build-output && npm run build-propertyDependencies",
10
"build-core": "node build/build.js < jsonschema-core.md > jsonschema-core.html",
11
"build-validation": "node build/build.js < jsonschema-validation.md > jsonschema-validation.html",
12
"build-output": "node build/build.js < jsonschema-validation-output-machines.md > jsonschema-validation-output-machines.html",
0 commit comments