Skip to content

Commit 788498c

Browse files
committed
fix: set NODE_ENV to development during project build in GitHub Actions workflow
1 parent fba2a51 commit 788498c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn
3131

3232
- name: Build project
33-
run: yarn build:web --mode development
33+
run: NODE_ENV=development yarn build:web --mode development
3434

3535
- name: Copy build to remote host
3636
uses: appleboy/scp-action@v0.1.4

0 commit comments

Comments
 (0)