mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yarn clean && yarn release
|
|
|
|
cd public && now -n gitnotes
|
|
cd ..
|