summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0c0312b6..3ce73f89 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"lint:eslint:fix": "eslint --ext .js --ignore-path .eslintignore --fix .",
"lint:staged": "lint-staged",
"prettify": "prettier --write '**/*.js' '**/*.jsx'",
- "test": "npm run --silent lint"
+ "test": "npm run lint"
},
"lint-staged": {
"*.js": [