Skip to content

Commit

Permalink
add NODE_ENV gh workflow var
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Jul 15, 2024
1 parent 98a308b commit 09ab7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- main

env:
NODE_ENV: production
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09ab7fd

Please sign in to comment.