Skip to content

Commit 8cc5dc5

Browse files
committed
chore: run prettier on transpiled output
1 parent 550c1f3 commit 8cc5dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"clean": "del-cli lib/ coverage/ example/*/build example/*/dist",
1212
"build": "babel src/ --out-dir lib/",
13+
"postbuild": "prettier lib/* --write",
1314
"cover": "jest --coverage",
1415
"preexample": "npm run clean && npm run build",
1516
"example": "npm run example:dll",

0 commit comments

Comments
 (0)