Skip to content

Commit 316582b

Browse files
committed
ci(github): Set the correct env for all jobs
1 parent 3438732 commit 316582b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
- name: Update .env file
117117
run: |
118118
touch ./frontend/.env
119-
echo DEBUG=false >> ./frontend/.env
120-
echo NODE_ENV=production >> ./frontend/.env
119+
echo DEBUG=true >> ./frontend/.env
121120
122121
- name: Install dependencies
123122
run: npm ci

0 commit comments

Comments
 (0)