diff --git a/package.json b/package.json index 08da80e1..2acae6d5 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,11 @@ "start": "node app.js", "test": "jest --watch" }, + "scripts": { + "start": "node app.js", + "test": "jest --ci --forceExit --coverage", + "build": "echo 'No build step required for plain Node.js'" + }, "author": "Adem Cemil YALCIN", "license": "ISC", "dependencies": {