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 ea98e26 commit df62d27Copy full SHA for df62d27
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
20
- name: Prepare release
21
run: |
22
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
23
yarn module clean
24
yarn module build
25
cd modules/@shopify/checkout-sheet-kit
0 commit comments