diff --git a/package.json b/package.json index 49cabe0..eea6e0d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "scripts": { "lint": "eslint . --ext .ts", - "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", + "prettier-format": "prettier --config .prettierrc '{src,tests}/**/*.ts' --write", "compile": "tsc", "publish": "npm publish", "test": "nyc --reporter=text mocha './test/index-test.ts'",