banana
/
definma-api
Archived
2
Fork 0
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

6 lines
183 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
copy package-lock.json dist\package-lock.json
copy .nvmrc dist\.nvmrc
2020-06-05 10:51:03 +02:00
Xcopy /E /I api dist\api
Xcopy /E /I static dist\static