We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6397205 commit 139af1fCopy full SHA for 139af1f
webchat/package.json
@@ -8,9 +8,9 @@
8
"author": "Lyell",
9
"license": "MIT",
10
"scripts": {
11
- "test": "jest",
12
"start": "node src/chatbot/server.js",
13
- "dev": "nodemon src/chatbot/server.js"
+ "dev": "node src/chatbot/server.js",
+ "test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"dependencies": {
16
"dotenv": "^17.2.1",
0 commit comments