mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 19:43:20 +02:00
fix: setup file to build bruno-requests package
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user