Skip to content

Commit

Permalink
feat(prettier): Add prettier command to package.json npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 20, 2019
1 parent 7e464a9 commit f9d4c52
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 @@ -25,6 +25,7 @@
"tslint": "tslint --project tsconfig.json",
"int": "protractor protractor.conf.js",
"modules": "./gradle/buildModules.sh",
"prettier": "prettier --write 'app/**/*.{js,jsx,ts,tsx,html,css,less}'",
"functional": "test/functional/run.js --serve-deck --replay-fixtures --browser chrome --headless"
},
"dependencies": {
Expand Down

0 comments on commit f9d4c52

Please sign in to comment.