🐛 Fixes build dir
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled

This commit is contained in:
Daniel Svitan
2023-05-16 19:00:23 -07:00
parent a07e9c3c85
commit 47bde2b22c
3 changed files with 4 additions and 130 deletions
+4 -8
View File
@@ -1,10 +1,6 @@
{
"hosting": {
"public": "build/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
"hosting": {
"public": "dist/",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}