Skip to content

Commit 49e6cda

Browse files
author
minhnq
committed
feat: Add bun installation check to deploy script.
1 parent a281683 commit 49e6cda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source ~/.zshrc
2+
if ! command -v bun &> /dev/null; then
3+
curl -fsSL https://bun.sh/install | bash
4+
fi
25
bun install
36
bun run build
47
pm2 restart devtool

0 commit comments

Comments
 (0)