SimpleX-Chat/website/web.sh
2022-09-25 11:16:28 +01:00

8 lines
128 B
Bash
Executable file

#!/bin/bash
cp -R blog website/src
cp -R images website/src
rm website/src/blog/README.md
cd website
npm install
npm run build