Skip to content

Commit

Permalink
fix: Valid OpenApi v3 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored and mirceanis committed Sep 7, 2020
1 parent 3e3a684 commit 32175c3
Show file tree
Hide file tree
Showing 5 changed files with 2,583 additions and 2,644 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "daf",
"private": true,
"scripts": {
"build": "lerna run build",
"build": "lerna run build && yarn docs:api && yarn schemas && yarn lerna run --scope daf-rest build",
"publish": "lerna publish",
"bootstrap": "lerna bootstrap",
"schemas": "ts-node ./scripts/generate-schemas.ts",
Expand Down Expand Up @@ -46,10 +46,9 @@
"rimraf": "^3.0.2",
"semantic-release": "^17.0.4",
"ts-jest": "^25.2.1",
"ts-json-schema-generator": "^0.70.2",
"ts-json-schema-generator": "^0.71.1",
"ts-node": "^8.6.2",
"typescript": "^3.9.6",
"typescript-json-schema": "^0.42.0"
"typescript": "^3.9.6"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 32175c3

Please sign in to comment.