diff --git a/package.json b/package.json index 9dfad02..f168467 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "scripts": { "lint": "eslint .", "pretest": "npm run lint", + "prettier": "prettier --list-different --write \"./**/**.js\"", "release": "npx conventional-changelog-cli -i CHANGELOG.md -s", "test": "jest --coverage" },