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 016f9de commit 93d6fd5Copy full SHA for 93d6fd5
.github/workflows/publish-package.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/setup-node@v3
21
with:
22
node-version: "18.16.0"
23
+ registry-url: "https://registry.npmjs.org"
24
- run: yarn install
25
- run: yarn run build
26
env:
0 commit comments