Skip to content

Commit a3fbe67

Browse files
author
Julien CAFFET
committed
Add CI/CD
1 parent 0fefecd commit a3fbe67

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy-frontend.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,12 @@ jobs:
6464
run: |
6565
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
6666
cat .npmrc
67-
68-
- name: Enable Corepack
69-
run: corepack enable
7067
71-
- name: Install dependencies
72-
run: yarn install --frozen-lockfile
68+
# - name: Install dependencies
69+
# run: yarn install --frozen-lockfile
7370

7471
- name: Building sources
75-
run: CI=false yarn build
72+
run: CI=false npm run build
7673

7774
- name: Configure AWS credentials
7875
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)