Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 27, 2024
1 parent e8dfcb2 commit 1b25edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"docs": "typedoc && prettier -w docs",
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"verdaccio:serve": "verdaccio -c verdaccio.config.yaml -l test.gobot.lvh.me:4873",
"verdaccio:login": "npm-cli-login -u user -p password -e test@example.com -r http://test.gobot.lvh.me:4873"
"verdaccio:serve": "verdaccio -c verdaccio.config.yaml -l 127.0.0.1:4873",
"verdaccio:login": "npm-cli-login -u user -p password -e test@example.com -r http://127.0.0.1:4873"
},
"engines": {
"node": ">=18.17.0"
Expand Down

0 comments on commit 1b25edb

Please sign in to comment.