Skip to content

Commit

Permalink
Update cp command to use @xterm scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Mar 25, 2024
1 parent 066188b commit be68493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xtermjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
npm install @xterm/xterm @xterm/addon-canvas
mkdir xtermjs
cp \
node_modules/xterm/lib/xterm.js \
node_modules/xterm/css/xterm.css \
node_modules/xterm-addon-canvas/lib/xterm-addon-canvas.js \
node_modules/@xterm/xterm/lib/xterm.js \
node_modules/@xterm/xterm/css/xterm.css \
node_modules/@xterm/addon-canvas/lib/addon-canvas.js \
xtermjs
- name: Upload
Expand Down

0 comments on commit be68493

Please sign in to comment.