Browse Source

chore: Update local publish script

Michael Bromley 8 months ago
parent
commit
daae65471b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/publish-to-verdaccio.sh

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

@@ -29,4 +29,7 @@ cd ../cli && npm publish -reg $VERDACCIO &&\
 cd ../harden-plugin && npm publish -reg $VERDACCIO &&\
 cd ../stellate-plugin && npm publish -reg $VERDACCIO &&\
 cd ../sentry-plugin && npm publish -reg $VERDACCIO &&\
+cd ../dashboard && npm publish -reg $VERDACCIO &&\
+cd ../telemetry-plugin && npm publish -reg $VERDACCIO &&\
+cd ../graphiql-plugin && npm publish -reg $VERDACCIO &&\
 cd ../admin-ui/package && npm publish -reg $VERDACCIO