Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 21:56:22 +03:00
parent 4aea01a8e8
commit 2223e319a0

View file

@ -23,19 +23,17 @@ jobs:
with:
node-version: 16
- name: Install NODE Dependencies
working-directory: ./web
run: |
npm install
npm run build
- name: Install Composer Dependencies
working-directory: ./web
run: |
composer install
composer dump-autoload
- name: Install NODE Dependencies
working-directory: ./web
run: |
npm install
npm run build
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x