Skip to content

Commit

Permalink
Add npm task for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 9, 2018
1 parent 6f48865 commit c7848c9
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 @@ -35,6 +35,7 @@
"prebuild": "rimraf pkg && npm run check-dependencies",
"postbuild": "run-s test-esm-bundle",
"prepublishOnly": "npm run build",
"prettier": "prettier lib/**/*.js test/**/*.js",
"preversion": "./scripts/preversion.sh",
"postversion": "./scripts/postversion.sh"
},
Expand Down

0 comments on commit c7848c9

Please sign in to comment.