File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
2828 - name : Create snapshot version
2929 uses : Shopify/snapit@registry-and-package-manager
3030 with :
31- global_install : ' true'
32- github_comment_included_packages : ' @shopify/cli'
33- custom_message_suffix : "
31+ comment_is_global : ' true'
32+ comment_packages : ' @shopify/cli'
33+ comment_suffix : "
3434 > [!CAUTION]
3535
3636 > After installing, validate the version by running just `shopify` in your terminal.
3737
3838 > If the versions don't match, you might have multiple global instances installed.
3939
4040 > Use `which shopify` to find out which one you are running and uninstall it."
41- build_script : " pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4241 comment_package_manager : ' npm'
4342 comment_command_flags : ' --@shopify:registry=https://registry.npmjs.org'
43+ build_script : " pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments