ソースを参照

chore: Publish and install fix 4

Michael Bromley 2 年 前
コミット
a9ec6b1f43
1 ファイル変更0 行追加5 行削除
  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
     - name: Install Verdaccio
       run: |
       run: |
         npm install -g verdaccio
         npm install -g verdaccio
-#        npm install -g verdaccio-auth-memory
-#        npm install -g verdaccio-memory
         npm install -g wait-on
         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 &
         nohup verdaccio &
         wait-on http://localhost:4873
         wait-on http://localhost:4873
         TOKEN=$(curl -XPUT \
         TOKEN=$(curl -XPUT \