Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ inputs:
required: false
default: ""

skip-js-build:
description: Whether to skip the js build step. Default is controller by install-admin and install-storefront
required: false
default: "false"

env:
description: Environment for Shopware
required: false
Expand Down Expand Up @@ -127,6 +132,7 @@ runs:
install: ${{ inputs.install }}
install-admin: ${{ inputs.install-admin }}
install-storefront: ${{ inputs.install-storefront }}
skip-js-build: ${{ inputs.skip-js-build }}
keep-composer-tools: ${{ inputs.keep-composer-tools }}
env: ${{ inputs.env }}

Expand Down