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