|
|
@@ -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
|