We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9734cde commit e6737ebCopy full SHA for e6737eb
1 file changed
.github/workflows/deploy.yml
@@ -36,6 +36,9 @@ jobs:
36
build:
37
runs-on: ubuntu-latest
38
needs: specs
39
+ env:
40
+ NODE_ENV: production
41
+
42
steps:
43
- name: Check out your repository using git
44
uses: actions/checkout@v3
@@ -51,8 +54,6 @@ jobs:
51
54
52
55
- name: Build React
53
56
run: npm run build
- env:
- NODE_ENV: production
57
58
- name: Upload artifact
59
uses: actions/upload-pages-artifact@v1
0 commit comments