Skip to content

Commit

Permalink
config: add lint:fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Greiner <[email protected]>
  • Loading branch information
louisgreiner committed Mar 6, 2025
1 parent 95a8445 commit 55be826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55be826

Please sign in to comment.