Skip to content

Commit

Permalink
chore: run prettier on transpiled output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 13, 2018
1 parent 550c1f3 commit 8cc5dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cc5dc5

Please sign in to comment.