Skip to content

Commit

Permalink
Change yarn configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed May 28, 2024
1 parent 208a932 commit 664c67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ package="$(jq --arg v "$VERSION" '.version = $v' package.json)"
echo -E "${package}" > package.json

touch yarn.lock
yarn

yarn config set enableImmutableInstalls false
yarn config set npmAuthToken "$NODE_AUTH_TOKEN"
yarn

yarn npm publish --access public $TAG

0 comments on commit 664c67d

Please sign in to comment.