We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1fa84 commit 1990a32Copy full SHA for 1990a32
.github/workflows/deploy-frontend.yaml
@@ -69,7 +69,7 @@ jobs:
69
run: yarn install --frozen-lockfile
70
71
- name: Building sources
72
- run: CI=false npm run build
+ run: npm run build
73
74
- name: Configure AWS credentials
75
uses: aws-actions/configure-aws-credentials@v4
0 commit comments