mirror of
https://github.com/usememos/memos.git
synced 2025-03-03 16:53:30 +08:00
chore: update build.sh
This commit is contained in:
parent
d83f204d8c
commit
dc436490f8
1 changed files with 4 additions and 1 deletions
5
scripts/build.sh
Normal file → Executable file
5
scripts/build.sh
Normal file → Executable file
|
@ -1,4 +1,7 @@
|
|||
# Usage: sh ./scripts/build.sh
|
||||
#!/bin/bash
|
||||
|
||||
# Usage: ./scripts/build.sh
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/../"
|
||||
|
|
Loading…
Reference in a new issue