From 127bc56e7287789b146d9d5fd224032c8d33845e Mon Sep 17 00:00:00 2001 From: sinchflows <132372230+sinchflows@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:42:14 +0200 Subject: [PATCH] chore: Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 849cc24..249d566 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "scripts": { "lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .", - "lint:fix": "npm run lint -- --fix" + "lint:fix": "npm run lint -- --fix", + "test": "echo \"No tests specified atm\" && exit 0" }, "node-red": { "version": ">=3.0.0",