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