diff --git a/package.json b/package.json index 7523297..b91da66 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "prebuild": "rimraf dist && npm run barrels:generate", "build": "tsc -p tsconfig.build.json", "postbuild": "cp package.json README.md dist/", + "format": "prettier --write .", "lint": "eslint --ext .ts --ignore-path .gitignore .", "lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix", "test": "jest",