Skip to content

Commit 23d5378

Browse files
committed
ci: Ensure azure plugin is publicly published.
1 parent db8605d commit 23d5378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"prepack": "rimraf -rf lib && tsc -p tsconfig.build.json && oclif-dev manifest && oclif-dev readme",
7171
"test": "tsc --emitDeclarationOnly && jest --passWithNoTests",
7272
"set:version": "npm version --version-git-tag false",
73-
"npm:publish": "yarn npm publish --access restricted --tolerate-republish"
73+
"npm:publish": "yarn npm publish --access public --tolerate-republish"
7474
}
7575
}

0 commit comments

Comments
 (0)