Skip to content

Commit 127bc56

Browse files
authored
chore: Update package.json
1 parent f1df01e commit 127bc56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"scripts": {
1313
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .",
14-
"lint:fix": "npm run lint -- --fix"
14+
"lint:fix": "npm run lint -- --fix",
15+
"test": "echo \"No tests specified atm\" && exit 0"
1516
},
1617
"node-red": {
1718
"version": ">=3.0.0",

0 commit comments

Comments
 (0)