Skip to content

Commit

Permalink
bug fix for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rohhn authored Jan 30, 2024
1 parent 8142adc commit d70fa59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
git pull origin main
# Build front-end
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd svelte_client
npm install
npm run build
Expand Down

0 comments on commit d70fa59

Please sign in to comment.