Before start please give some time to these reading material
- After latest pull schema migration required
npm run buildtypeorm migration:run - Preferred commands for developers
npm run watch - When developer add a new entity and fields then developer have to follow the migration process
npm run buildtypeorm migration:generate -n <name of changes>typeorm migration:runit'll generate new table and alter column changes - Developer must need to build his code before push
npm run buildit'll check any type error (main reason for run this command before push ) and build code.
Need more details about this started ? check here TypeScript graphQL starter