Skip to content

Commit

Permalink
try updated env file name for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards committed May 22, 2024
1 parent 19f85ef commit bcfdf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
touch dashboard/.env
echo '${{ inputs.env_vars }}' > dashboard/.env
echo '${{ inputs.env_vars }}' > dashboard/.env.production
- name: Run NPM Build
shell: bash
run: |
Expand Down

0 comments on commit bcfdf39

Please sign in to comment.