Skip to content

Commit

Permalink
chore: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamarinescu committed Jan 2, 2025
1 parent 2c9313d commit 34e154c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm ci
run: |
rm -rf node_modules package-lock.json
npm install
- name: Build project
run: npm run build
Expand Down

0 comments on commit 34e154c

Please sign in to comment.