@emcasa/mock-server
v0.4.1
Published
EmCasa mock server for graphql.
Downloads
48
Keywords
Readme
mock-server
EmCasa mock server for graphql.
Setup
To run this project you'll need:
- asdf installed
- node and yarn
Update schema
To update the schema execute the commands:
yarn install
yarn prepare-backend
yarn update-schemaRemember to update the package version.
Publish server
To publish the new package execute:
yarn prepare
yarn publish