Skip to content

Commit be35d94

Browse files
committed
added lexicon template for #14
1 parent 09f08f1 commit be35d94

File tree

2 files changed

+468
-1
lines changed

2 files changed

+468
-1
lines changed

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"shell": "firebase functions:shell",
77
"start": "npm run shell",
88
"build": "node local",
9-
"deploy": "firebase deploy --only functions",
9+
"deploy": "firebase deploy --only functions:realiser",
1010
"logs": "firebase functions:log",
1111
"test": "npm run unitest && npm run clientest",
1212
"unitest": "nyc --reporter=html --reporter=text mocha --exit --timeout 5000 --reporter mochawesome --reporter-options reportDir=tests/results/methods tests/methods.test.js",

0 commit comments

Comments
 (0)