Skip to content

Commit 8646559

Browse files
committed
🐛 Fix missing firebase.config.js in build process
1 parent 28a5a6b commit 8646559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "echo $SPOTIFY_CONFIG > spotify.config.js && yarn build"
3-
publish = "build"
2+
command = "echo $SPOTIFY_CONFIG > spotify.config.js && echo $FIREBASE_CONFIG > firebase.config.js && yarn build"
3+
publish = "build"

0 commit comments

Comments
 (0)