Skip to content

Commit

Permalink
Remove NODE_ENV=development from pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrecachinas committed Aug 27, 2024
1 parent 7cc2500 commit f97bd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: npm run build
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
NODE_ENV: "development"
- name: Static HTML export with Next.js
run: npm run export
- name: Upload artifact
Expand Down

0 comments on commit f97bd51

Please sign in to comment.