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 876d1ea commit f76d845Copy full SHA for f76d845
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 build-propertyDependencies",
+ "build": "npm run build-core && npm run build-validation && 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-propertyDependencies": "node build/build.js < proposals/propertyDependencies.md > proposals/propertyDependencies.html"
0 commit comments