File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,11 @@ jobs:
2626 - name : Force snapshot changeset
2727 run : " mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md"
2828 - name : Create snapshot version
29- uses :
Shopify/snapit@8ff75631e13281a35f85b373bcadfa2fa12bb21e # [email protected] 29+ uses : Shopify/snapit@registry-and-package-manager
3030 with :
3131 global_install : ' true'
3232 github_comment_included_packages : ' @shopify/cli'
3333 custom_message_suffix : "
34- > [!TIP]
35-
36- > If you get an `ETARGET` error, install it with NPM and the flag `--@shopify:registry=https://registry.npmjs.org`
37-
38-
3934 > [!CAUTION]
4035
4136 > After installing, validate the version by running just `shopify` in your terminal.
4439
4540 > Use `which shopify` to find out which one you are running and uninstall it."
4641 build_script : " pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
42+ package_manager : ' npm'
43+ shopify_registry : ' https://registry.npmjs.org'
4744 env :
4845 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4946 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments