Skip to content

Commit

Permalink
Access should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 27, 2021
1 parent fa7e366 commit 2596137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const publish = async (directory) => {
const manifest = await pacote.manifest(directory)
const tarData = await pacote.tarball(directory)
return npmPublish(manifest, tarData, {
access: true,
access: 'public',
forceAuth: {
token: process.env.NPM_AUTH_TOKEN
}
Expand Down

0 comments on commit 2596137

Please sign in to comment.