diff --git a/package.json b/package.json index 6333a6f..9980fb5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "format": "pretty-quick", + "format": "pretty-quick --staged", "build": "npm run tests && tsc", "tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts", "test": "mocha -r ts-node/register",