Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christianezeani committed Aug 8, 2024
1 parent b39a2db commit 4d7d423
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .deploy/publish.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set -e

# ===========================
# Publish NGSuite
# ===========================

npm set //registry.npmjs.org/:_authToken $TOKEN

npm version $LIB_VERSION

npm publish --access public
set -e

# ===========================
# Publish mbido
# ===========================

npm set //registry.npmjs.org/:_authToken $TOKEN

npm version $LIB_VERSION

npm publish --access public

0 comments on commit 4d7d423

Please sign in to comment.