From 2120a562dae722e2ffbb6f6fee10a477c2895afd Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sun, 19 Mar 2023 15:41:18 +0530 Subject: [PATCH] chore: improved dev documentation --- docs/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development.md b/docs/development.md index ec2b5787a..8775db4c8 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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