Update compile-web-panel.yml
This commit is contained in:
parent
2daff282bf
commit
bf3d7b0091
1 changed files with 4 additions and 4 deletions
8
.github/workflows/compile-web-panel.yml
vendored
8
.github/workflows/compile-web-panel.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue