We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a5a6b commit 8646559Copy full SHA for 8646559
netlify.toml
@@ -1,3 +1,3 @@
1
[build]
2
- command = "echo $SPOTIFY_CONFIG > spotify.config.js && yarn build"
3
- publish = "build"
+ command = "echo $SPOTIFY_CONFIG > spotify.config.js && echo $FIREBASE_CONFIG > firebase.config.js && yarn build"
+ publish = "build"
0 commit comments