Jelajahi Sumber

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

Michael Bromley 4 tahun lalu
induk
melakukan
28a3bb51d2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 ../testing && 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