0.0.7 • Published 3 years ago
@dhau/msw-graphql v0.0.7
Dhau MSW GraphQL
Some extra utilities to write MSW GraphQL handlers.
Installation
npm add @dhau/msw-graphqlLocal Development
Setup
- Install system dependencies using ASDF, or manually install the dependencies in
.tool-versions - Install project dependencies using
npm ci
Publishing
- Manually set new version in
package.json npm run deploy