mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
feat(opencollection): add YAML-based collection support (#6155)
* add: opencollection --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
@@ -76,8 +76,9 @@ async function setup() {
|
||||
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');
|
||||
execCommand('npm run build:schema-types', 'Building schema-types');
|
||||
execCommand('npm run build:bruno-filestore', 'Building bruno-filestore');
|
||||
|
||||
|
||||
// Bundle JS sandbox libraries
|
||||
execCommand(
|
||||
'npm run sandbox:bundle-libraries --workspace=packages/bruno-js',
|
||||
|
||||
Reference in New Issue
Block a user