Changeset 37577


Ignore:
Timestamp:
2023-03-27T11:49:02+13:00 (13 months ago)
Author:
davidb
Message:

Fixed up typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/tabletop-dl/trunk/COMPILE.sh

    r37562 r37577  
    88   
    99cd src/winbox-with-interactjs \
    10     && echo "Running npm run build in src/winbox-with-interact" \
     10    && echo "Running npm run build in src/winbox-with-interactjs" \
    1111    && npm run build \
    12     && echo "Copying build dist to winbox-with-iteract-dist" \
    13     && /bin/rm -rf ../../winbox-with-interact-dist \
    14     && /bin/cp -r dist ../../winbox-with-interact-dist
     12    && echo "Copying build dist to winbox-with-interactjs-dist" \
     13    && /bin/rm -rf ../../winbox-with-interactjs-dist \
     14    && /bin/cp -r dist ../../winbox-with-interactjs-dist
Note: See TracChangeset for help on using the changeset viewer.