diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index 7a71a244..60874096 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -7,7 +7,7 @@ TAG_VERSION=${TAG_VERSION/v/} # Publish the package sed -i "s/0.0.0-ci-released/$TAG_VERSION/g" package.json -yarn publish --tag ${NPM_TAG} +yarn npm publish --tag ${NPM_TAG} # Annotate the build with the types version buildkite-agent annotate --style success "Published to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command: diff --git a/.yarnrc.yml b/.yarnrc.yml index 8bfca530..6121417d 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,3 @@ npmRegistryServer: "https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/" + +npmPublishRegistry: "https://jfrog.ais.acquia.io/artifactory/api/npm/npm-local/"