Skip to content

Commit 119e9cf

Browse files
Update fix-pnpm-symlinks.js
done error wala part
1 parent d2a9e80 commit 119e9cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fix-pnpm-symlinks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const content = "#! /usr/bin/env node";
66
const packageNames = ["cli", "devtools-server"];
77
const jaivin = "1";
88

9-
const jaivin = "12";
10-
const jaivin = "122";
9+
const jaivin = "12
10+
const jaivin =
1111
for (const packageName of packageNames) {
1212
const distPath = path.resolve(process.cwd(), "packages", packageName, "dist");
1313
fs.mkdirSync(distPath, { recursive: true });

0 commit comments

Comments
 (0)