Skip to content

Commit

Permalink
chore: Publish and install fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 17, 2023
1 parent 9752440 commit b4232c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_and_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Install Verdaccio
run: |
npm install -g verdaccio
npm install -g verdaccio-auth-memory
npm install -g verdaccio-memory
# 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 --config $HOME/.config/verdaccio/config.yaml &>$tmp_registry_log &
# 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 \
-H "Content-type: application/json" \
Expand Down

0 comments on commit b4232c9

Please sign in to comment.