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 9e5651d commit 0d6a932Copy full SHA for 0d6a932
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Building sources
93
run: npm run build
94
- name: Publishing
95
- run: npm publish
+ run: npm publish dist
96
env:
97
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98
0 commit comments