From 46073becfe04f87751f33b7120268c80eb7480cd Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 27 Apr 2024 07:18:00 -0700 Subject: [PATCH] wip --- plop/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plop/run.ts b/plop/run.ts index eb913e6..9933a92 100755 --- a/plop/run.ts +++ b/plop/run.ts @@ -30,7 +30,7 @@ RIMRAF_SAFE_PATHS.push(SRC_PACKAGE_ROOT) export const GOBOT_TEST_CACHE_ROOT_NPM = join(GOBOT_TEST_CACHE_ROOT, `npm`) mkdir(GOBOT_TEST_CACHE_ROOT_NPM) -export const VERDACCIO_REGISTRY_URL = `http://test.gobot.lvh.me:4873` +export const VERDACCIO_REGISTRY_URL = `http://127.0.0.1:4873` console.log({ GOBOT_TEST_CACHE_ROOT, GOBOT_TEST_CACHE_ROOT_NPM })