Skip to content

Commit

Permalink
Remove npm build from zip generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Jul 18, 2024
1 parent 6f42aa7 commit d262250
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
env:
GCP_PROJECT: ${{ secrets.GCP_PROJECT_INTEGRATION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down Expand Up @@ -104,12 +98,6 @@ jobs:
env:
GCP_PROJECT: ${{ secrets.GCP_PROJECT_PREPRODUCTION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down Expand Up @@ -152,12 +140,6 @@ jobs:
env:
GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT_PRODUCTION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down

0 comments on commit d262250

Please sign in to comment.