Skip to content

Commit 877e701

Browse files
committed
Disabled npm and make commands which are not relevant for now in GHA workflow
1 parent f972699 commit 877e701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ jobs:
135135
aws-secret-access-key: ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
136136
aws-region: eu-west-2
137137

138-
- run: |
139-
npm install
140-
make frontend-all
138+
# - run: |
139+
# npm install
140+
# make frontend-all
141141

142142
- uses: aws-actions/amazon-ecr-login@v1
143143

0 commit comments

Comments
 (0)