Merge pull request #78 from IT4Change/deploy.sh-also-install-npm-modules

fix(other): deploy.sh also install npm modules
This commit is contained in:
Ulf Gebhardt 2023-10-05 13:48:59 +02:00 committed by GitHub
commit cb2ece8df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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