mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd api && yarn release
|
|
cd ../web
|
|
yarn clean && yarn release
|
|
cd ../
|
|
now
|