diff --git a/package.json b/package.json index a37f407..373c89f 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,11 @@ "packages/*", "clients/*" ], + "lint-staged": { + "src/**/*.{ts,css,html}": [ + "nx format:write" + ] + }, "scripts": { "build": "nx run-many --target=build --all", "build:web": "nx build web",