Skip to content

Commit 1bda725

Browse files
committed
Add format script
1 parent 0ed7336 commit 1bda725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"scripts": {
2020
"build": "ember build --environment=production",
2121
"coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
22+
"format": "prettier . --write",
2223
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
2324
"lint:format": "prettier . --cache --check",
2425
"lint:hbs": "ember-template-lint .",

0 commit comments

Comments
 (0)