Skip to content

Commit ee65023

Browse files
committed
fix build script
1 parent cc1cbe1 commit ee65023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"lint": "eslint build/",
9-
"build": "npm run build-core && npm run build-validation && npm run build-output",
9+
"build": "npm run build-core && npm run build-validation && npm run build-output && npm run build-propertyDependencies",
1010
"build-core": "node build/build.js < jsonschema-core.md > jsonschema-core.html",
1111
"build-validation": "node build/build.js < jsonschema-validation.md > jsonschema-validation.html",
1212
"build-output": "node build/build.js < jsonschema-validation-output-machines.md > jsonschema-validation-output-machines.html",

0 commit comments

Comments
 (0)