diff --git a/package.json b/package.json index 5a4af43a..907bdf36 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve --o --port 4201", "ng-high-memory-start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve", + "prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.less\" \"src/**/*.json\"", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test",