update 'out' option

This commit is contained in:
Jacob Overgaard
2022-05-18 12:32:50 +02:00
parent 4e5dae4f2e
commit 2a4359cc21

View File

@@ -4,7 +4,7 @@
"description": "This is to be deleted when schema generation moves somewhere else",
"main": "api.ts",
"scripts": {
"generate": "npx @airtasker/spot generate --contract api.ts --language yaml --generator openapi3 --out ../schemas/api.yml",
"generate": "npx @airtasker/spot generate --contract api.ts --language yaml --generator openapi3 --out ../schemas/api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JOV",