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 18a999a commit c267e65Copy full SHA for c267e65
.github/workflows/npm-publish.yml
@@ -17,6 +17,6 @@ jobs:
17
18
- run: 'npm ci'
19
- run: 'npm run build'
20
- - run: 'npm publish'
+ - run: 'cd dist; npm publish'
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments