diff --git a/frontend/package.json b/frontend/package.json index e4d3a01..fd32026 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,8 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", - "lint": "ng lint" + "lint": "ng lint", + "foramt": "npx prettier --write 'src/**/*.ts' 'src/**/*.html' 'src/**/*.scss'" }, "private": true, "dependencies": {