Skip to content

Commit 88f53ff

Browse files
committed
Use constants.SOCKET_REGISTRY_PACKAGE_NAME in lazySocketRegistryPath
1 parent 42885cf commit 88f53ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/constants.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ const lazyRootPath = () =>
9090
path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..')
9191

9292
const lazySocketRegistryPath = () =>
93-
path.join(constants.externalPath, '@socketsecurity/registry/dist')
93+
path.join(
94+
constants.externalPath,
95+
constants.SOCKET_REGISTRY_PACKAGE_NAME,
96+
'dist',
97+
)
9498

9599
const lazySrcPath = () => path.join(constants.rootPath, 'src')
96100

0 commit comments

Comments
 (0)