Browse Source

Update package.json for CI

package.json didn't have a test file specified
pull/1/head
Abheek 4 years ago
committed by GitHub
parent
commit
0c6a8202f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bot/package.json

2
bot/package.json

@ -9,7 +9,7 @@
"main": "index.js", "main": "index.js",
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "node roundbot.mjs"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

Loading…
Cancel
Save