This commit is contained in:
parent
72dd9c7249
commit
5ea150820c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
run: composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs
|
||||
|
||||
- name: Install Node dependencies & build
|
||||
if: ${{ inputs.build_frontend == 'true' }}
|
||||
if: ${{ fromJSON(inputs.build_frontend) }}
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue