Skip to content

Commit 6a37c9d

Browse files
authored
Merge pull request #4636 from sreelakshmi-bruno/add-build-commands
Adding build instructions for new packages
2 parents 1915b1c + 0cdcb83 commit 6a37c9d

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ npm i --legacy-peer-deps
6262
npm run build:graphql-docs
6363
npm run build:bruno-query
6464
npm run build:bruno-common
65+
npm run build:bruno-converters
66+
npm run build:bruno-requests
6567

6668
# bundle js sandbox libraries
6769
npm run sandbox:bundle-libraries --workspace=packages/bruno-js

docs/contributing/contributing_hi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npm i --legacy-peer-deps
4040
npm run build:graphql-docs
4141
npm run build:bruno-query
4242
npm run build:bruno-common
43+
npm run build:bruno-converters
44+
npm run build:bruno-requests
4345

4446
# Next.js ऐप चलाएँ (टर्मिनल 1 पर)
4547
npm run dev:web

docs/contributing/contributing_ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npm i --legacy-peer-deps
4040
npm run build:graphql-docs
4141
npm run build:bruno-query
4242
npm run build:bruno-common
43+
npm run build:bruno-converters
44+
npm run build:bruno-requests
4345

4446
# run next app (terminal 1)
4547
npm run dev:web

docs/contributing/contributing_kr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npm i --legacy-peer-deps
4040
npm run build:graphql-docs
4141
npm run build:bruno-query
4242
npm run build:bruno-common
43+
npm run build:bruno-converters
44+
npm run build:bruno-requests
4345

4446
# next 앱 실행 (1번 터미널)
4547
npm run dev:web

docs/contributing/contributing_nl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npm i --legacy-peer-deps
4040
npm run build:graphql-docs
4141
npm run build:bruno-query
4242
npm run build:bruno-common
43+
npm run build:bruno-converters
44+
npm run build:bruno-requests
4345

4446
# draai next app (terminal 1)
4547
npm run dev:web

docs/contributing/contributing_sk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ npm i --legacy-peer-deps
4242
npm run build:graphql-docs
4343
npm run build:bruno-query
4444
npm run build:bruno-common
45+
npm run build:bruno-converters
46+
npm run build:bruno-requests
4547

4648
# spustite ďalšiu aplikáciu (terminál 1)
4749
npm run dev:web

0 commit comments

Comments
 (0)