We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247e538 commit 9ecc54bCopy full SHA for 9ecc54b
tasks/npm-publish.sh
@@ -13,7 +13,3 @@ shift 2
13
echo "Publishing ${PACKAGE_DIR} @${TAG} to NPMJS registry"
14
"$D"/npmrc-use-npmjs.sh > .npmrc
15
npm publish --access public --tag "${TAG}" "${PACKAGE_DIR}" "$@"
16
-
17
-echo "Publishing ${PACKAGE_DIR} @${TAG} to Github Packages"
18
-"$D"/npmrc-use-github.sh > .npmrc
19
-npm publish --access public --tag "${TAG}" "${PACKAGE_DIR}" "$@"
0 commit comments