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