Changeset 37537 for gs3-extensions


Ignore:
Timestamp:
2023-03-17T22:47:52+13:00 (13 months ago)
Author:
davidb
Message:

Tweaks after testing

File:
1 edited

Legend:

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

    r37536 r37537  
    88   
    99cd src\winbox-with-interactjs ^
    10     && echo Running npm run build in src/winbox-with-interact ^
    11     && npm run build ^
    12     && echo Copying built 'dist' to 'winbox-with-iteract-dist' ^
    13     && if exist ..\..\winbox-with-interact-dist ( rd /s /q  ..\..\winbox-with-interact-dist ) ^
    14     && mkdir  ..\..\winbox-with-interact-dist ^
    15     && xcopy /e /h dist ..\..\winbox-with-interact-dist\ ^
     10    && echo Running npm run build in src/winbox-with-interactjs ^
     11    && call npm run build ^
     12    && echo Copying built 'dist' to 'winbox-with-iteractjs-dist' ^
     13    && if exist ..\..\winbox-with-interactjs-dist ( rd /s /q  ..\..\winbox-with-interactjs-dist ) ^
     14    && mkdir ..\..\winbox-with-interactjs-dist ^
     15    && xcopy /e /h dist ..\..\winbox-with-interactjs-dist\ ^
    1616    && cd ..\..
     17   
     18
     19   
     20   
Note: See TracChangeset for help on using the changeset viewer.