mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-28 19:03:15 +01:00
chore: improved dev documentation
This commit is contained in:
parent
04c3c2dbf1
commit
2120a562da
@ -15,8 +15,12 @@ nvm use
|
|||||||
npm i --legacy-peer-deps
|
npm i --legacy-peer-deps
|
||||||
|
|
||||||
# build graphql docs
|
# build graphql docs
|
||||||
|
# note: you can for now ignore the error thrown while building the graphql docs
|
||||||
npm run build:graphql-docs
|
npm run build:graphql-docs
|
||||||
|
|
||||||
|
# build bruno query
|
||||||
|
npm run build:build:bruno-query
|
||||||
|
|
||||||
# run next app (terminal 1)
|
# run next app (terminal 1)
|
||||||
npm run dev:web
|
npm run dev:web
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user