mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
9 lines
128 B
Bash
Executable File
9 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
|