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 1b25edb commit 46073be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plop/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down

0 comments on commit 46073be

Please sign in to comment.