Skip to content

Commit c62295e

Browse files
author
Brian Chen
committed
update proto location
1 parent d0bae02 commit c62295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/rollup.config.exp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const nodePlugins = function () {
5454
]
5555
}),
5656
replace({
57-
'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('../src/protos')
57+
'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('src/protos')
5858
})
5959
];
6060
};

0 commit comments

Comments
 (0)