Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Sep 19, 2023
1 parent 24df920 commit 43418d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "Pyry Rouvila <pyry@opencrvs.org>",
"scripts": {
"fetch-schema": "wget https://raw.githubusercontent.com/opencrvs/opencrvs-core/develop/packages/gateway/src/graphql/schema.graphql -O schema.graphql",
"build": "npm run fetch-schema && spectaql config.yml"
"build-docs": "spectaql config.yml",
"build": "npm run fetch-schema && npm run build-docs"
},
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 43418d1

Please sign in to comment.