From 8cc5dc5ec39da0a41c4afb58f0cf540b9585de5f Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 13 Oct 2018 15:35:17 +0200 Subject: [PATCH] chore: run prettier on transpiled output --- package.json | 1 + 1 file changed, 1 insertion(+) 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",