Redesign whole website #15

Merged
leomurca merged 27 commits from redesign into development 2025-04-12 18:03:34 +00:00
Showing only changes of commit 12f24566fa - Show all commits

View file

@ -24,7 +24,7 @@ jobs:
apt-get install -y rsync
- name: Install dependencies
run: npm install
run: rm package-lock.json && npm install
- name: Build app
run: npm run build