We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38d29 commit e3ce51dCopy full SHA for e3ce51d
setup-extension/action.yml
@@ -83,6 +83,11 @@ inputs:
83
required: false
84
default: ""
85
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
+
91
env:
92
description: Environment for Shopware
93
@@ -127,6 +132,7 @@ runs:
127
132
install: ${{ inputs.install }}
128
133
install-admin: ${{ inputs.install-admin }}
129
134
install-storefront: ${{ inputs.install-storefront }}
135
+ skip-js-build: ${{ inputs.skip-js-build }}
130
136
keep-composer-tools: ${{ inputs.keep-composer-tools }}
131
137
env: ${{ inputs.env }}
138
0 commit comments