Skip to content

Commit

Permalink
enhance((fhir-example): use dev for start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 11, 2021
1 parent 24e1e43 commit 39e5048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/json-schema-fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"download-fhir-schema": "node scripts/download-fhir-schema.js",
"prebuild": "yarn download-fhir-schema",
"build": "mesh build",
"start": "mesh start",
"predev": "yarn download-fhir-schema",
"dev": "mesh dev"
"prestart": "yarn download-fhir-schema",
"start": "yarn dev",
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.6",
Expand Down
6 changes: 6 additions & 0 deletions examples/json-schema-fhir/sandbox.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"template": "node",
"container": {
"node": "16"
}
}

0 comments on commit 39e5048

Please sign in to comment.