Skip to content

Commit f76d845

Browse files
committed
fix build script
1 parent 876d1ea commit f76d845

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 build-propertyDependencies",
9+
"build": "npm run build-core && npm run build-validation && 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-propertyDependencies": "node build/build.js < proposals/propertyDependencies.md > proposals/propertyDependencies.html"

0 commit comments

Comments
 (0)