Skip to content

Commit 878297b

Browse files
committed
shiritori: bump version
Change-Id: If0639b003131c272e7a88fe054af9281350bd199
1 parent 0289f92 commit 878297b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

action.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
},
1818
"fulfillment": {
19-
"conversationName": "shiritori-v2"
19+
"conversationName": "shiritori-v3"
2020
}
2121
}
2222
],
2323
"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",
2727
"fulfillmentApiVersion": 2
2828
}
2929
}

functions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"scripts": {
1212
"lint": "eslint --fix \"**/*.js\"",
1313
"start": "firebase serve --only functions",
14-
"deploy": "firebase deploy --only functions",
15-
"test": "npm run lint"
14+
"deploy": "firebase deploy --only functions:shiritoriV3"
1615
},
1716
"dependencies": {
1817
"actions-on-google": "^2.0.x",

0 commit comments

Comments
 (0)