Skip to content

Commit

Permalink
chore: fix watch-all for alternate cloned dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 8, 2023
1 parent 4daee17 commit d816cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/watch-all.ts
Expand Up @@ -33,7 +33,7 @@ const projects = [{
}, {
name: 'brighterscript-formatter'
}, {
name: 'vscode-brightscript-language',
name: path.basename(path.resolve(__dirname, '..')),
dependencies: [
'brighterscript',
'roku-deploy',
Expand Down

0 comments on commit d816cce

Please sign in to comment.