Skip to content

Commit

Permalink
[skip ci] Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jul 26, 2023
1 parent 20bd286 commit fcbdfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/build_and_prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as process from 'process'
}

let packageName = ''
if (tag.endsWith('-browser')) {
if (tag.endsWith('-web')) {
packageName = 'client-web'
} else if (tag.endsWith('-node')) {
packageName = 'client-node'
Expand Down

0 comments on commit fcbdfda

Please sign in to comment.