File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
},
18
18
"fulfillment" : {
19
- "conversationName" : " shiritori-v2 "
19
+ "conversationName" : " shiritori-v3 "
20
20
}
21
21
}
22
22
],
23
23
"conversations" : {
24
- "shiritori-v2 " : {
25
- "name" : " shiritori-v2 " ,
26
- "url" : " https://us-central1-shiritori-internal.cloudfunctions.net/shiritoriV2 " ,
24
+ "shiritori-v3 " : {
25
+ "name" : " shiritori-v3 " ,
26
+ "url" : " https://us-central1-shiritori-internal.cloudfunctions.net/shiritoriV3 " ,
27
27
"fulfillmentApiVersion" : 2
28
28
}
29
29
}
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"lint" : " eslint --fix \" **/*.js\" " ,
13
13
"start" : " firebase serve --only functions" ,
14
- "deploy" : " firebase deploy --only functions" ,
15
- "test" : " npm run lint"
14
+ "deploy" : " firebase deploy --only functions:shiritoriV3"
16
15
},
17
16
"dependencies" : {
18
17
"actions-on-google" : " ^2.0.x" ,
You can’t perform that action at this time.
0 commit comments