Skip to content

Commit a1f2b47

Browse files
committed
typo
1 parent 75919e3 commit a1f2b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/isolated-demo-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const ensureTmpDirExists = async () => {
5454

5555
const workspacePackages = new Map<string, string>();
5656
for (const packageSource of await fs.readdir('packages')) {
57-
const packageJson = JSON.parse(await fs.readFile(path.join(packageSource, 'package.json'), 'utf-8'));#
57+
const packageJson = JSON.parse(await fs.readFile(path.join(packageSource, 'package.json'), 'utf-8'));
5858
workspacePackages.set(packageJson.name, packageJson.version);
5959
}
6060

0 commit comments

Comments
 (0)