Skip to content

Commit

Permalink
chore: Update local publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 14, 2024
1 parent b6a5691 commit b63c6d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/publish-to-verdaccio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ cd ../testing && npm publish -reg $VERDACCIO &&\
cd ../ui-devkit && npm publish -reg $VERDACCIO &&\
cd ../job-queue-plugin && npm publish -reg $VERDACCIO &&\
cd ../cli && npm publish -reg $VERDACCIO &&\
cd ../harden-plugin && npm publish -reg $VERDACCIO &&\
cd ../stellate-plugin && npm publish -reg $VERDACCIO &&\
cd ../sentry-plugin && npm publish -reg $VERDACCIO &&\
cd ../admin-ui/package && npm publish -reg $VERDACCIO

0 comments on commit b63c6d9

Please sign in to comment.