Skip to content

Commit

Permalink
change firebase projects
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyakovlev committed Jul 24, 2020
1 parent 3706aad commit e63ec3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "sos-data-viz"
"default": "lml-stranding-map"
}
}
6 changes: 2 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"source": "functions"
}
}

0 comments on commit e63ec3e

Please sign in to comment.