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 db8605d commit 23d5378Copy full SHA for 23d5378
packages/plugins/azure/package.json
@@ -70,6 +70,6 @@
70
"prepack": "rimraf -rf lib && tsc -p tsconfig.build.json && oclif-dev manifest && oclif-dev readme",
71
"test": "tsc --emitDeclarationOnly && jest --passWithNoTests",
72
"set:version": "npm version --version-git-tag false",
73
- "npm:publish": "yarn npm publish --access restricted --tolerate-republish"
+ "npm:publish": "yarn npm publish --access public --tolerate-republish"
74
}
75
0 commit comments