- Requires npm 7+
npm i
# check for errors
npm run lint
# fix the errors
npm run lint:fix
To generate the types for all the packages:
npm run graphql-codegen
To build all the @nft packages in the right order:
npm run build
To build the packages in watch mode:
npm run watch
If you get some build issue, try to clean your local builds output by running:
npm run clean
The CI is building and publishing at every merge to the main branch the packages, the docker images and a git tag.