diff --git a/package.json b/package.json index 873e956d..bf449a3a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "clean": "del-cli lib/ coverage/ example/*/build example/*/dist", "build": "babel src/ --out-dir lib/", + "postbuild": "prettier lib/* --write", "cover": "jest --coverage", "preexample": "npm run clean && npm run build", "example": "npm run example:dll",