Skip to content

Commit 8a1fa84

Browse files
author
Julien CAFFET
committed
Add CI/CD
1 parent a3fbe67 commit 8a1fa84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-frontend.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
6666
cat .npmrc
6767
68-
# - name: Install dependencies
69-
# run: yarn install --frozen-lockfile
68+
- name: Install dependencies
69+
run: yarn install --frozen-lockfile
7070

7171
- name: Building sources
7272
run: CI=false npm run build

0 commit comments

Comments
 (0)