Skip to content

Commit

Permalink
Merge pull request #78 from IT4Change/deploy.sh-also-install-npm-modules
Browse files Browse the repository at this point in the history
fix(other): deploy.sh also install npm modules
  • Loading branch information
ulfgebhardt authored Oct 5, 2023
2 parents f1c8263 + 6dd4a08 commit cb2ece8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/webhooks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
# Build the project
cd $PROJECT_ROOT
rm -R $BUILD_DIR
npm install
npm run build

# Copy files and Sym link
Expand Down

0 comments on commit cb2ece8

Please sign in to comment.