mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
deploy.sh also install npm modules
This commit is contained in:
parent
f1c8263662
commit
6dd4a08777
1
.github/webhooks/deploy.sh
vendored
1
.github/webhooks/deploy.sh
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user