Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Serverless Angular with Firebase Course
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 14, 2019
1 parent a220c7e commit 86f62f9
Show file tree
Hide file tree
Showing 8 changed files with 3,182 additions and 1 deletion.
6 changes: 6 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
},
"storage": {
"rules": "storage.rules"
},
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
}
8 changes: 8 additions & 0 deletions functions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Compiled JavaScript files
**/*.js
**/*.js.map

# Typescript v1 declaration files
typings/

node_modules/
Loading

0 comments on commit 86f62f9

Please sign in to comment.