Skip to content

Commit

Permalink
Merge pull request #3950 from Tyriar/v5_publish_canvas
Browse files Browse the repository at this point in the history
Publish canvas addon in CI release step
  • Loading branch information
Tyriar authored Jul 28, 2022
2 parents 43f38cd + 3271b45 commit fb3886a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (changedFiles.some(e => e.search(/^addons\//) === -1)) {
// Publish addons if any files were changed inside of the addon
const addonPackageDirs = [
path.resolve(__dirname, '../addons/xterm-addon-attach'),
path.resolve(__dirname, '../addons/xterm-addon-canvas'),
path.resolve(__dirname, '../addons/xterm-addon-fit'),
path.resolve(__dirname, '../addons/xterm-addon-ligatures'),
path.resolve(__dirname, '../addons/xterm-addon-search'),
Expand Down

0 comments on commit fb3886a

Please sign in to comment.