Files
logseq/frontend/deploy.sh
Tienson Qin ee10679a2f Add backend
2020-02-20 15:42:11 +08:00

7 lines
74 B
Bash
Executable File

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