diff --git a/package.json b/package.json index f5bf3972..8afb1b74 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "build:standalonedemo": "ng build --configuration=standalonedemo", "test": "ng test -c ci", "lint": "ng lint", + "lint:fix": "ng lint --fix", "e2e": "ng e2e", "generate:api": "openapi-generator-cli generate", "local-test": "ng test --watch --code-coverage",