Explorar el Código

chore: Update local publish script

Michael Bromley hace 1 año
padre
commit
b63c6d922e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      scripts/publish-to-verdaccio.sh

+ 3 - 0
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