Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-arcot committed Nov 21, 2024
1 parent 9036a17 commit 27aad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
\. "$HOME/.nvm/nvm.sh"
npm pkg delete scripts.prepare
NODE_ENV=${{ secrets.NODE_ENV }} npm ci
npm ci
npm run build
- name: create .env
Expand Down

0 comments on commit 27aad7b

Please sign in to comment.