Skip to content

Commit

Permalink
try to copy einstein
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 17, 2024
1 parent 8cb4865 commit b12e20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -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/"

0 comments on commit b12e20e

Please sign in to comment.