Skip to content

Commit

Permalink
Dev (#25)
Browse files Browse the repository at this point in the history
* Response type

* Remove useless dependencies / Improve UX/UI for Favorite Node

* Add npm check script / Add script to build CD

* Refacto NodeManager / Improve performance
  • Loading branch information
pixels-noctulescents authored Jan 13, 2023
1 parent d9a2f9e commit 7e461ca
Show file tree
Hide file tree
Showing 38 changed files with 7,146 additions and 7,128 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ~/Projects/brubeckAPI
git reset --hard
git pull
npm install
npm run check
npm run build
pm2 start
pm2 save
Loading

0 comments on commit 7e461ca

Please sign in to comment.