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