Skip to content

Commit

Permalink
Remove linter check before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
patelneel55 committed Nov 13, 2020
1 parent ce1fa57 commit 28357e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
"predeploy": []
}
}

0 comments on commit 28357e9

Please sign in to comment.