Skip to content

Commit 139af1f

Browse files
authored
Update package.json
1 parent 6397205 commit 139af1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webchat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"author": "Lyell",
99
"license": "MIT",
1010
"scripts": {
11-
"test": "jest",
1211
"start": "node src/chatbot/server.js",
13-
"dev": "nodemon src/chatbot/server.js"
12+
"dev": "node src/chatbot/server.js",
13+
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"dependencies": {
1616
"dotenv": "^17.2.1",

0 commit comments

Comments
 (0)