Skip to content

Commit be520c0

Browse files
committed
correct d.ts path
1 parent 3f6f9dd commit be520c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/remote-config-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"predoc": "node ../../scripts/exp/remove-exp.js temp",
2626
"doc": "api-documenter markdown --input temp --output docs",
2727
"build:doc": "yarn build && yarn doc",
28-
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/app-exp-public.d.ts",
28+
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/remote-config-exp-public.d.ts",
2929
"typings:internal": "node ../../scripts/exp/use_typings.js ./dist/src/index.d.ts"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)