Merge pull request #4487 from Skrivoo/bugfix/local_dev_requests_build

Fix: Missing bruno-requests module in `setup.js` and `package-lock.json`
This commit is contained in:
Anoop M D 2025-04-14 13:07:58 +05:30 committed by GitHub
commit 59e38fbdb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@ -25212,6 +25212,7 @@
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.12.0",
"@usebruno/lang": "0.12.0",
"@usebruno/requests": "^0.1.0",
"@usebruno/vm2": "^3.9.13",
"aws4-axios": "^3.3.0",
"axios": "^1.8.3",

View File

@ -75,6 +75,7 @@ async function setup() {
execCommand('npm run build:bruno-query', 'Building bruno-query');
execCommand('npm run build:bruno-common', 'Building bruno-common');
execCommand('npm run build:bruno-converters', 'Building bruno-converters');
execCommand('npm run build:bruno-requests', 'Building bruno-requests');
// Bundle JS sandbox libraries
execCommand(