Pārlūkot izejas kodu

chore: Remove pub-sub from verdaccio script

Michael Bromley 4 gadi atpakaļ
vecāks
revīzija
fcd86e3c5d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      scripts/publish-to-verdaccio.sh

+ 0 - 1
scripts/publish-to-verdaccio.sh

@@ -21,7 +21,6 @@ cd ../core && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\
 cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\
 cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\
 cd ../email-plugin && npm publish -reg $VERDACCIO &&\
 cd ../email-plugin && npm publish -reg $VERDACCIO &&\
-cd ../pub-sub-plugin && npm publish -reg $VERDACCIO &&\
 cd ../testing && npm publish -reg $VERDACCIO &&\
 cd ../testing && npm publish -reg $VERDACCIO &&\
 cd ../ui-devkit && npm publish -reg $VERDACCIO &&\
 cd ../ui-devkit && npm publish -reg $VERDACCIO &&\
 cd ../admin-ui/package && npm publish -reg $VERDACCIO
 cd ../admin-ui/package && npm publish -reg $VERDACCIO