package.json: add script graphql:update
This commit is contained in:
parent
95bd5d1010
commit
ec7f7ea941
@ -16,6 +16,7 @@
|
||||
"precommit": "yarn prettier && yarn lint:fix && yarn test",
|
||||
"graphql:codegen": "graphql-codegen --config .graphqlrc.yml",
|
||||
"graphql:download-schema": "dotenv -e .env.local apollo client:download-schema graphql/crm.schema.graphql",
|
||||
"graphql:update": "yarn graphql:codegen & yarn graphql:download-schema",
|
||||
"prepare": "husky install",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user