Browse Source

chore: Update local publish script

The admin-ui package is now published from a sub dir
Michael Bromley 5 years ago
parent
commit
c39acf2e12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/publish-to-verdaccio.sh

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

@@ -11,8 +11,8 @@ fi
 echo "Publishing to Verdaccio @ $VERDACCIO"
 echo "Publishing to Verdaccio @ $VERDACCIO"
 
 
 cd ../packages/admin-ui-plugin && npm publish -reg $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 ../common && npm publish -reg $VERDACCIO &&\
 cd ../core && npm publish -reg $VERDACCIO &&\
 cd ../core && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\