Skip to content

Commit

Permalink
Update evf-stagingtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju00533 authored Sep 27, 2024
1 parent 3042587 commit b7c2fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evf-stagingtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: NPM, Composer Install & NPM Build
run: |
rm -rf node_modules
npm install --legacy-peer-deps
npm install --legacy-peer-deps --force
composer install
chmod +x ./bin/build-zip.sh
npm run build --legacy-peer-deps
npm run build --legacy-peer-deps --force
composer install --no-dev
mkdir everest-forms
rsync -rc --exclude-from="./.distignore" "./" "./everest-forms" --delete --delete-excluded
Expand Down

0 comments on commit b7c2fe3

Please sign in to comment.