Skip to content

Commit 3456581

Browse files
committed
fix typings:public script for firestore
1 parent beda76e commit 3456581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"api-report:api-json": "rm -rf temp && api-extractor run --local --verbose",
5858
"api-report": "run-s --npm-path npm api-report:main api-report:pipelines api-report:lite api-report:lite:pipelines && yarn api-report:api-json",
5959
"doc": "api-documenter markdown --input temp --output docs",
60-
"typings:public": "node ../../scripts/build/use_typings.js ./dist/all-packages.d.ts",
60+
"typings:public": "node ../../scripts/build/use_typings.js ./dist/index.d.ts",
6161
"assertion-id:check": "ts-node scripts/assertion-id-tool.ts --dir=src --check",
6262
"assertion-id:new": "ts-node scripts/assertion-id-tool.ts --dir=src --new",
6363
"assertion-id:list": "ts-node scripts/assertion-id-tool.ts --dir=src --list",

0 commit comments

Comments
 (0)