Skip to content

Commit

Permalink
fix(app): remove ignore setting preventing manifest.json from being u…
Browse files Browse the repository at this point in the history
…ploaded in hosting deploy
  • Loading branch information
prescottprue committed May 30, 2020
1 parent 3bf58bd commit ec93292
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,10 @@
"**/node_modules/**",
"firebase.json",
"cypress.env.json",
"cypress.json",
"serviceAccount.json",
"*.json",
"*.md",
"*.log",
"**/.*",
"Dockerfile",
"LICENSE",
"build",
"docs",
"src",
"test"
"**/.*"
],
"rewrites": [
{
Expand Down Expand Up @@ -66,9 +58,7 @@
}
],
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run build"
],
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"],
"ignore": [
"**/node_modules/**",
"jsconfig.json",
Expand Down

0 comments on commit ec93292

Please sign in to comment.