Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 483 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 483 Bytes

mock-server

EmCasa mock server for graphql.

Setup

To run this project you'll need:

  1. asdf installed
  2. node and yarn

Update schema

To update the schema execute the commands:

yarn install
yarn prepare-backend
yarn update-schema

Remember to update the package version.

Publish server

To publish the new package execute:

yarn prepare
yarn publish