chore: improved dev documentation

This commit is contained in:
Anoop M D 2023-03-19 15:41:18 +05:30
parent 04c3c2dbf1
commit 2120a562da

View File

@ -15,8 +15,12 @@ nvm use
npm i --legacy-peer-deps
# build graphql docs
# note: you can for now ignore the error thrown while building the graphql docs
npm run build:graphql-docs
# build bruno query
npm run build:build:bruno-query
# run next app (terminal 1)
npm run dev:web