Files
simplex-chat/website/web.sh
T
M Sarmad Qadeer e364cec4c3 update web.sh
2022-09-04 18:24:27 +05:00

8 lines
125 B
Bash
Executable File

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