summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3cfc7c60..0a69681f 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
- "lint": "eslint .; exit 0",
- "test": "npm run --silent lint; exit 0"
+ "lint": "eslint .",
+ "test": "npm run --silent lint"
},
"repository": {
"type": "git",