Skip to content

Commit 60e029f

Browse files
committed
update package.json
1 parent 18cff02 commit 60e029f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"ogw-generate-schemas": "./generate_schemas.js"
88
},
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "npm run json",
11+
"build": "npm run json",
12+
"json": "node generate_schemas.js"
1113
},
1214
"dependencies": {
1315
"glob": "^11.0.3"

0 commit comments

Comments
 (0)