Sfoglia il codice sorgente

chore: Publish and install fix 4

Michael Bromley 2 anni fa
parent
commit
a9ec6b1f43
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      .github/workflows/publish_and_install.yml

+ 0 - 5
.github/workflows/publish_and_install.yml

@@ -31,12 +31,7 @@ jobs:
     - name: Install Verdaccio
       run: |
         npm install -g verdaccio
-#        npm install -g verdaccio-auth-memory
-#        npm install -g verdaccio-memory
         npm install -g wait-on
-#        tmp_registry_log=`mktemp`
-#        mkdir -p $HOME/.config/verdaccio
-#        cp -v ./.github/workflows/verdaccio/config.yaml $HOME/.config/verdaccio/config.yaml
         nohup verdaccio &
         wait-on http://localhost:4873
         TOKEN=$(curl -XPUT \