Skip to content

Commit ba84786

Browse files
authored
fix: set name to zksync-sso when deploying 4337 sdk (#256)
1 parent 5f73ede commit ba84786

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk-4337/prepare-package.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ async function preparePackageJson() {
2222
// Set the new version
2323
packageJson.version = version;
2424

25+
// Set the package name for publishing
26+
packageJson.name = "zksync-sso";
27+
2528
// Write the updated package.json back to the file
2629
await fs.writeFile(packageJsonPath, JSON.stringify(packageJson, null, 2));
2730

0 commit comments

Comments
 (0)