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

4 lines
113 B
Batchfile
Raw Normal View History

2020-06-05 10:51:03 +02:00
call npm run tsc-full
copy package.json dist\package.json
Xcopy /E /I api dist\api
Xcopy /E /I static dist\static