From 8857c0a2fcecf0969bcc93cc151d67460e9ce9fa Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Tue, 11 Nov 2025 12:06:05 +0100 Subject: [PATCH] Update new snapit params --- .github/workflows/snapit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index cfc07644204..24f26596cda 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -39,8 +39,8 @@ jobs: > Use `which shopify` to find out which one you are running and uninstall it." build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests" - package_manager: 'npm' - shopify_registry: 'https://registry.npmjs.org' + comment_package_manager: 'npm' + comment_command_flags: '--@shopify:registry=https://registry.npmjs.org' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}