Files
catherine-league/build.sh
2020-08-01 15:31:07 +09:00

15 lines
272 B
Bash

mkdir build
cd main-web/client
npm run build
cd ../../
mv main-web/client/client build/
cd tools/janken
npm run build
cd ../../
mv tools/janken/tool build
cd main-web/server
npm run build
cd ../../
mv main-web/server/build server/
tar czf build.tar.gz build/
rm -rf build/