Skip to content

Commit 25c0b70

Browse files
committed
Added NODE_ENV to build step
1 parent ea9ed54 commit 25c0b70

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
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Build project
3737
run: npm run build
38+
env:
39+
NODE_ENV: production
3840

3941
- name: Run tests
4042
uses: cypress-io/github-action@v6

0 commit comments

Comments
 (0)