Skip to content

Commit b18843a

Browse files
authored
build:package: fix windows paths in generated package.json (#62)
1 parent d39aba6 commit b18843a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function main() {
106106
`file:${path.relative(
107107
path.dirname(packageJsonPath),
108108
path.join(packageDir, packageName),
109-
)}`,
109+
).replace(/\\/g, "/")}`,
110110
]),
111111
),
112112
},

0 commit comments

Comments
 (0)