Archived
2
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
definma-api/build.bat
2020-06-05 10:51:03 +02:00

4 lines
113 B
Batchfile

call npm run tsc-full
copy package.json dist\package.json
Xcopy /E /I api dist\api
Xcopy /E /I static dist\static