DocSpace-buildtools/build/install/win/frontend-build.bat
Eugene Kozyrev 83ba7b1882
Add Windows installation files (#601)
* Add installation files

* Add DB migration

* Add deleting publish directory and back files

* Edit typo in DATABASE_MIGRATION property

* Delete sql scripts downloading
2022-04-01 16:43:34 +03:00

14 lines
175 B
Batchfile

@echo off
echo
echo ######################
echo # build frontend #
echo ######################
pushd %~1
call yarn install
call yarn build
call yarn deploy
popd