Forráskód Böngészése

chore: Update local publish script

Michael Bromley 2 éve
szülő
commit
b9b0b5c366
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      scripts/publish-to-verdaccio.sh

+ 1 - 0
scripts/publish-to-verdaccio.sh

@@ -25,4 +25,5 @@ cd ../payments-plugin && npm publish -reg $VERDACCIO &&\
 cd ../testing && npm publish -reg $VERDACCIO &&\
 cd ../testing && npm publish -reg $VERDACCIO &&\
 cd ../ui-devkit && npm publish -reg $VERDACCIO &&\
 cd ../ui-devkit && npm publish -reg $VERDACCIO &&\
 cd ../job-queue-plugin && npm publish -reg $VERDACCIO &&\
 cd ../job-queue-plugin && npm publish -reg $VERDACCIO &&\
+cd ../cli && npm publish -reg $VERDACCIO &&\
 cd ../admin-ui/package && npm publish -reg $VERDACCIO
 cd ../admin-ui/package && npm publish -reg $VERDACCIO