Skip to content

Commit a1d2e3f

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

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
@@ -5,7 +5,7 @@ const { version } = require('./package.json');
55
// This script should only ever be ran after
66
// a successful rollup build.
77

8-
const ABSOULTE_PATH = path.join(process.cwd(), `/pub/reactfire`);
8+
const ABSOLUTE_PATH = path.join(process.cwd(), `/pub/reactfire`);
99

1010
const files = [{
1111
name: 'firebaseApp/index.js',

0 commit comments

Comments
 (0)