Skip to content

Commit a8831f8

Browse files
authored
Merge pull request #97 from Shopify/vez/cli-kit-rollback
use cli-kit 3.70
2 parents 7fe2cc0 + a5bcc03 commit a8831f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
run: |
5252
echo "Deploying to Oxygen..."
5353
build_command_filtered=$(echo '${{ inputs.build_command }}' | sed 's/HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL //g')
54-
oxygen_command="npm exec --package=@shopify/[email protected] -- oxygen-cli oxygen:deploy \
54+
oxygen_command="npm exec --package=@shopify/[email protected] --package=@shopify/[email protected] -- oxygen-cli oxygen:deploy \
5555
--path=${{ inputs.path }} \
5656
--assetsFolder=${{ inputs.oxygen_client_dir }} \
5757
--workerFolder=${{ inputs.oxygen_worker_dir }} \

0 commit comments

Comments
 (0)