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 18cff02 commit 60e029fCopy full SHA for 60e029f
package.json
@@ -7,7 +7,9 @@
7
"ogw-generate-schemas": "./generate_schemas.js"
8
},
9
"scripts": {
10
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "npm run json",
11
+ "build": "npm run json",
12
+ "json": "node generate_schemas.js"
13
14
"dependencies": {
15
"glob": "^11.0.3"
0 commit comments