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 edb2782 commit 7d3c4feCopy full SHA for 7d3c4fe
.github/workflows/publish.yml
@@ -23,4 +23,4 @@ jobs:
23
run: npm install -g npm@latest
24
- run: npm ci
25
- run: npm run build
26
- - run: npm publish --access public
+ - run: cd out && npm publish --access public
0 commit comments