|
|
@@ -11,8 +11,8 @@ fi
|
|
|
echo "Publishing to Verdaccio @ $VERDACCIO"
|
|
|
|
|
|
cd ../packages/admin-ui-plugin && npm publish -reg $VERDACCIO &&\
|
|
|
-cd ../admin-ui && npm publish -reg $VERDACCIO &&\
|
|
|
-cd ../asset-server-plugin && npm publish -reg $VERDACCIO &&\
|
|
|
+cd ../admin-ui/library && npm publish -reg $VERDACCIO &&\
|
|
|
+cd ../../asset-server-plugin && npm publish -reg $VERDACCIO &&\
|
|
|
cd ../common && npm publish -reg $VERDACCIO &&\
|
|
|
cd ../core && npm publish -reg $VERDACCIO &&\
|
|
|
cd ../create && npm publish -reg $VERDACCIO &&\
|