Skip to content

Commit

Permalink
chore: Add build step to update script #19232
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 14, 2023
1 parent ccc08a3 commit 311ea07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ git pull
echo "Installing dependencies..."
npm ci

echo "Building..."
npm run build

echo "Restore configuration..."
cp -R data-backup/* data
rm -rf data-backup
Expand Down

0 comments on commit 311ea07

Please sign in to comment.