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 526c84f commit ecf9946Copy full SHA for ecf9946
1 file changed
.github/workflows/publish.yml
@@ -27,6 +27,6 @@ jobs:
27
publish_dir: docs
28
publish_branch: gh-pages
29
- run: npx monopub delete devDependencies,scripts
30
- - run: npx monopub exec 'pnpm publish --access public --provenance'
+ - run: npx monopub exec 'npm publish --access public --provenance'
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments