Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

53 lines (34 loc) · 667 Bytes

Installation

  • Requires npm 7+
npm i

Development

Lint

# check for errors
npm run lint

# fix the errors
npm run lint:fix

Generate GraphQL types

To generate the types for all the packages:

npm run graphql-codegen

Packages

To build all the @nft packages in the right order:

npm run build

To build the packages in watch mode:

npm run watch

Clean

If you get some build issue, try to clean your local builds output by running:

npm run clean

Publish

The CI is building and publishing at every merge to the main branch the packages, the docker images and a git tag.