Adjust the echo used in the test command
This commit is contained in:
parent
699c07f59e
commit
28a5c81241
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"module": "index.js",
|
"module": "index.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"To run the tests use: make test\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Oliver Akins",
|
"author": "Oliver Akins",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue