mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
8 lines
128 B
Bash
Executable file
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
|