Skip to content

Commit

Permalink
Upgrade ro react 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 6, 2024
1 parent 894153c commit 435f549
Show file tree
Hide file tree
Showing 6 changed files with 1,476 additions and 1,571 deletions.
2 changes: 1 addition & 1 deletion __scripts/bc-deploy-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo chmod +x -R /opt/bookcars/__scripts
cd /opt/bookcars/backend
sudo rm -rf build

npm install
npm install --force
npm run build

sudo rm -rf /var/www/bookcars/backend
Expand Down
2 changes: 1 addition & 1 deletion __scripts/bc-deploy-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo chmod +x -R /opt/bookcars/__scripts

cd /opt/bookcars/frontend

npm install
npm install --force
npm run build

sudo rm -rf /var/www/bookcars/frontend
Expand Down
Loading

0 comments on commit 435f549

Please sign in to comment.