Skip to content

Commit 54401da

Browse files
committed
remove dangling code
1 parent 6a93bce commit 54401da

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/exp/prepare-firestore-for-exp-release.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,11 @@ export async function createFirestoreCompatProject() {
120120
'@firebase/app': '0.x'
121121
};
122122

123-
compatPkgJson.files = ['dist', 'memory', 'bundle'];
123+
compatPkgJson.files = ['dist'];
124124

125125
return `${JSON.stringify(compatPkgJson, null, 2)}\n`;
126126
}
127127
);
128-
129-
// update bundle/package.json
130-
await transformFile(
131-
resolve(FIRESTORE_COMPAT_DEST, 'bundle/package.json'),
132-
async content => content.replace(/\.\.\/\.\.\/dist\/compat/g, '../dist')
133-
);
134128
}
135129

136130
function copyRecursiveSync(

0 commit comments

Comments
 (0)