Skip to content

Commit c69d03a

Browse files
davideastjhuleatt
andauthored
Update reactfire/after.build.js
Co-authored-by: Jeff <[email protected]>
1 parent a1d2e3f commit c69d03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactfire/after.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const files = [{
1414
}];
1515

1616
const fileContents = files.map(file => {
17-
const fullPath = path.join(ABSOULTE_PATH, file.name);
17+
const fullPath = path.join(ABSOLUTE_PATH, file.name);
1818
const content = fs.readFileSync(fullPath, 'utf8');
1919
return {
2020
fullPath,

0 commit comments

Comments
 (0)