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