Skip to content

Commit 48886e6

Browse files
committed
Keep signin/signout scripts.
1 parent 9462fee commit 48886e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

convertToSingleHost.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ async function updatePackageJsonForXMLManifest() {
153153
const data = await readFileAsync(packageJson, "utf8");
154154
let content = JSON.parse(data);
155155

156-
// Remove scripts that are only used with JSON manifest
157-
delete content.scripts["signin"];
158-
delete content.scripts["signout"];
159-
160156
// Write updated JSON to file
161157
await writeFileAsync(packageJson, JSON.stringify(content, null, 2));
162158
}

0 commit comments

Comments
 (0)