Skip to content
Snippets Groups Projects
Commit b66b4922 authored by poka's avatar poka
Browse files

add hasura:update command to facilitate generation from new script version

parent b86304b4
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,11 @@
"description": "Generate Hasura metadata",
"cmd": ["node", "lib/generateHasuraMetadata.js"]
},
"hasura:update": {
"description": "Generate Hasura fresh metadata from new script",
"deps": ["build", "hasura:generate", "hasura:apply"],
"cmd": ["echo", "Hasura metadata updated"]
},
"codegen": {
"description": "Generate TypeORM entities from the schema file",
"cmd": ["squid-typeorm-codegen"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment