Skip to content

Commit 32ceaf5

Browse files
authored
Configure build step for production environment
Set NODE_ENV to production during build step
1 parent 9284d9e commit 32ceaf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
- name: Build
4343
run: npm run build
44+
env:
45+
NODE_ENV: production
4446

4547
- name: Setup Pages
4648
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)