Skip to content

Commit

Permalink
Disable javascript enabler publish (#1209)
Browse files Browse the repository at this point in the history
chore: Disable javascript enabler publish
  • Loading branch information
jandadav authored Mar 3, 2021
1 parent 7dc6dad commit 15fa53f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/publish_and_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ case $RELEASE_TYPE in
cd onboarding-enabler-nodejs
echo "//registry.npmjs.org/:_authToken=$TOKEN" > ~/.npmrc
echo "registry=$DIST_REGISTRY" >> ~/.npmrc
npm version $RELEASE_VERSION
npm publish --access public
#TODO broken with gradle release task, it fails on uncommitted changes in working dir
#/npm version $RELEASE_VERSION
#npm publish --access public
cd ..
./gradlew release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=$RELEASE_VERSION -Prelease.newVersion=$NEW_VERSION $AUTH
git archive --format tar.gz -9 --output api-layer.tar.gz "v$RELEASE_VERSION"
Expand Down

0 comments on commit 15fa53f

Please sign in to comment.