Skip to content

Commit

Permalink
CD: change build package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyxn authored Feb 15, 2024
1 parent 8cb24c1 commit 0f7ddb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd ~/apps/tribot-ts
git pull origin master
git status
pnpm install
pnpm build
npm install
npm build
pm2 reload tribot-ts
pm2 restart tribot-ts

0 comments on commit 0f7ddb8

Please sign in to comment.