From b63c6d922ecc126a48edf4c6503084cfbab0c248 Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Thu, 14 Mar 2024 14:53:22 +0100 Subject: [PATCH] chore: Update local publish script --- scripts/publish-to-verdaccio.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/publish-to-verdaccio.sh b/scripts/publish-to-verdaccio.sh index ab584df276..1ca7e6fd45 100755 --- a/scripts/publish-to-verdaccio.sh +++ b/scripts/publish-to-verdaccio.sh @@ -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