From 2e47dc1dc8e0420cb0871dd17bcd5ccb00814d60 Mon Sep 17 00:00:00 2001 From: nbarikipoulos Date: Thu, 16 Jun 2022 21:03:13 +0200 Subject: [PATCH] #59: npm scripts updated --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 99ccd21..a015cee 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ ], "scripts": { "gendoc": "markdown-toc -i README.md && cd doc/jsdoc2md && jsdoc2md -t api.hbs > ../api.md", - "test": "standard" + "lint": "standard", + "test": "npm run lint" }, "dependencies": { "axios": "^0.27.2"