Skip to content

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchflows committed Aug 18, 2023
1 parent f1df01e commit 127bc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 127bc56

Please sign in to comment.