Skip to content

Commit 0527ad7

Browse files
committed
fix typo
1 parent 96ba485 commit 0527ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ export async function prepare() {
6363
{ encoding: 'utf-8' }
6464
);
6565

66-
const expTypingPath = `${packagePath}/${packageJson.typing}`;
66+
const expTypingPath = `${packagePath}/${packageJson.typings}`;
6767
const liteTypingPath = path.resolve(
6868
`${packagePath}/lite`,
69-
litePackageJson.typing
69+
litePackageJson.typings
7070
);
7171

7272
// remove -exp in typings files

0 commit comments

Comments
 (0)