mirror of
https://github.com/usebruno/bruno.git
synced 2025-05-05 15:32:58 +00:00
fix: setup file to build bruno-requests package
This commit is contained in:
parent
921e1af72b
commit
7cd21636d6
1
package-lock.json
generated
1
package-lock.json
generated
@ -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",
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user