Files
logseq/deploy.sh
2019-12-13 20:49:32 +08:00

7 lines
74 B
Bash
Executable File

#!/bin/sh
yarn clean && yarn release
cd public && now -n gitnotes
cd ..