Skip to content

Commit e3ce51d

Browse files
authored
feat: add skip-js-build input (#105)
1 parent 9c38d29 commit e3ce51d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup-extension/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ inputs:
8383
required: false
8484
default: ""
8585

86+
skip-js-build:
87+
description: Whether to skip the js build step. Default is controller by install-admin and install-storefront
88+
required: false
89+
default: "false"
90+
8691
env:
8792
description: Environment for Shopware
8893
required: false
@@ -127,6 +132,7 @@ runs:
127132
install: ${{ inputs.install }}
128133
install-admin: ${{ inputs.install-admin }}
129134
install-storefront: ${{ inputs.install-storefront }}
135+
skip-js-build: ${{ inputs.skip-js-build }}
130136
keep-composer-tools: ${{ inputs.keep-composer-tools }}
131137
env: ${{ inputs.env }}
132138

0 commit comments

Comments
 (0)