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 7a31dd1 commit e324f72Copy full SHA for e324f72
.github/workflows/publish.yml
@@ -45,6 +45,6 @@ jobs:
45
node --input-type=module -e "import * as mod from './dist/index.mjs'; console.log(typeof mod.sql === 'function')" # Test ESM
46
47
- name: Publish to NPM
48
- run: npm publish
+ run: npm publish --access public
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments