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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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": "", |
|
|