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 5556642 commit 0eee4b7Copy full SHA for 0eee4b7
.github/workflows/cd-npm.yml
@@ -29,6 +29,6 @@ jobs:
29
run: npm run build
30
31
- name: Publish package on npmjs.org
32
- run: npm publish ./storybook-static --access public
+ run: npm publish ./dist --access public
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments