Prechádzať zdrojové kódy

chore: Add job-queue-plugin to local publish script

Michael Bromley 4 rokov pred
rodič
commit
28a3bb51d2
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      scripts/publish-to-verdaccio.sh

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

@@ -23,4 +23,5 @@ cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\
 cd ../email-plugin && npm publish -reg $VERDACCIO &&\
 cd ../email-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 ../job-queue-plugin && npm publish -reg $VERDACCIO &&\
 cd ../admin-ui/package && npm publish -reg $VERDACCIO
 cd ../admin-ui/package && npm publish -reg $VERDACCIO