Skip to content

Commit

Permalink
Add brs to releases script
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 25, 2023
1 parent 5fa136d commit 5c6622b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/releases.ts
Expand Up @@ -416,6 +416,10 @@ class Runner {
devDependencies: [
'brighterscript'
]
}, {
name: 'brs',
npmName: '@rokucommunity/brs',
dependencies: []
}, {
name: 'ropm',
dependencies: [
Expand Down Expand Up @@ -512,4 +516,3 @@ builder.run(<any>options).catch((error) => {
console.error(error);
process.exit(1);
});

0 comments on commit 5c6622b

Please sign in to comment.