Skip to content

Commit

Permalink
improve autoformat script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jul 25, 2018
1 parent 678b347 commit 5dd158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tslint:src": "tslint --project tsconfig.json",
"tslint:test": "tslint --config tslint.test.json --project tsconfig.test.json",
"tslint": "npm run tslint-check:src && npm run tslint-check:test && npm run tslint:src && npm run tslint:test",
"autoformat": "prettier --config .prettierrc --write {src,test}/**/{*,*.test}.ts",
"autoformat": "prettier --config .prettierrc --write {src,test}{*,/**}/{*,*.test}.ts",
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib",
"compile": "tsc -d",
"dev": "webpack",
Expand Down

0 comments on commit 5dd158d

Please sign in to comment.