Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 0b4066a

Browse files
authored
Add experimental targets in packing script (#1301)
1 parent 8e6bd7d commit 0b4066a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/pack.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const osType = execSync(`bash ${osScript}`).toString().toLowerCase();
4444
const experimentalTargets = [
4545
'quic-agent',
4646
'media-bridge', 'event-bridge', 'cascading-control',
47+
'stream-service',
48+
'customized-agent',
4749
'sample-agent',
4850
];
4951

0 commit comments

Comments
 (0)