Skip to content

Commit aa41d0d

Browse files
author
Brian Chen
authored
Merge b011ea6 into 483567a
2 parents 483567a + b011ea6 commit aa41d0d

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)