Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 21:55:36 +03:00
parent bf3d7b0091
commit 4aea01a8e8

View file

@ -23,27 +23,26 @@ jobs:
with:
node-version: 16
- run: |
cd ./web
- name: Install NODE Dependencies
working-directory: ./web
run: |
npm install
npm run build
- name: Install Dependencies
- name: Install Composer Dependencies
working-directory: ./web
run: |
cd ./web
composer install
- name: Dump autoload dependecies
run: |
cd ./web
composer dump-autoload
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
- name: Zip the files
working-directory: ./web
run: |
cd ./web
rm -rf .git
rm -rf .github
rm -rf .nmp