Browse Source

chore: Add ui-devkit to verdaccio publish script

Michael Bromley 6 years ago
parent
commit
66cae18e4e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      scripts/publish-to-verdaccio.sh

+ 3 - 2
scripts/publish-to-verdaccio.sh

@@ -17,5 +17,6 @@ cd ../common && npm publish -reg $VERDACCIO &&\
 cd ../core && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\
 cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\
-cd ../email-plugin && npm publish -reg $VERDACCIO
-cd ../testing && npm publish -reg $VERDACCIO
+cd ../email-plugin && npm publish -reg $VERDACCIO &&\
+cd ../testing && npm publish -reg $VERDACCIO &&\
+cd ../ui-devkit && npm publish -reg $VERDACCIO