Changeset 37537
- Timestamp:
- 2023-03-17T22:47:52+13:00 (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/tabletop-dl/trunk/COMPILE.bat
r37536 r37537 8 8 9 9 cd 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\ ^ 16 16 && cd ..\.. 17 18 19 20
Note:
See TracChangeset
for help on using the changeset viewer.