We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fefecd commit a3fbe67Copy full SHA for a3fbe67
.github/workflows/deploy-frontend.yaml
@@ -64,15 +64,12 @@ jobs:
64
run: |
65
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
66
cat .npmrc
67
-
68
- - name: Enable Corepack
69
- run: corepack enable
70
71
- - name: Install dependencies
72
- run: yarn install --frozen-lockfile
+ # - name: Install dependencies
+ # run: yarn install --frozen-lockfile
73
74
- name: Building sources
75
- run: CI=false yarn build
+ run: CI=false npm run build
76
77
- name: Configure AWS credentials
78
uses: aws-actions/configure-aws-credentials@v4
0 commit comments