We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba2a51 commit 788498cCopy full SHA for 788498c
1 file changed
.github/workflows/develop.yml
@@ -30,7 +30,7 @@ jobs:
30
run: yarn
31
32
- name: Build project
33
- run: yarn build:web --mode development
+ run: NODE_ENV=development yarn build:web --mode development
34
35
- name: Copy build to remote host
36
uses: appleboy/scp-action@v0.1.4
0 commit comments