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",