소스 검색

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
       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 \