Skip to content

Commit

Permalink
Merge pull request #862 from lbryio/prettier-fix
Browse files Browse the repository at this point in the history
remove prettier script
  • Loading branch information
liamcardenas committed Dec 12, 2017
2 parents 348aed4 + fe4bffd commit ca16c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -15,8 +15,7 @@
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist -- --dir -c.compression=store -c.mac.identity=null",
"postinstall": "electron-builder install-app-deps",
"precommit": "lint-staged",
"prettier": "prettier --trailing-comma es5 --write src/**/*.{js,jsx}"
"precommit": "lint-staged"
},
"main": "src/main/main.js",
"repository": {
Expand Down

0 comments on commit ca16c1d

Please sign in to comment.