Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 21:46:14 +03:00
parent 2daff282bf
commit bf3d7b0091

View file

@ -24,18 +24,18 @@ jobs:
node-version: 16
- run: |
cd /web
cd ./web
npm install
npm run build
- name: Install Dependencies
run: |
cd /web
cd ./web
composer install
- name: Dump autoload dependecies
run: |
cd /web
cd ./web
composer dump-autoload
- name: Inject slug/short variables
@ -43,7 +43,7 @@ jobs:
- name: Zip the files
run: |
cd /web
cd ./web
rm -rf .git
rm -rf .github
rm -rf .nmp