config for functions directory

This commit is contained in:
talksik
2022-06-01 18:23:58 -05:00
parent 5f80bfea7c
commit 0c347b1cb2
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "functions",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"build": "npm run lint && tsc",
"serve": "npm run build && firebase emulators:start --only functions",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",