mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
4 lines
93 B
Bash
Executable file
4 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git checkout master && git pull
|
|
sass --update web/scss:web/css --style compressed
|