mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 16:55:27 +00:00
8 lines
125 B
Bash
Executable File
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 |