Skip to content

Commit c300b8d

Browse files
authored
config: add lint:fix command (#408)
Signed-off-by: Louis Greiner <[email protected]>
1 parent 95a8445 commit c300b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build:standalonedemo": "ng build --configuration=standalonedemo",
1313
"test": "ng test -c ci",
1414
"lint": "ng lint",
15+
"lint:fix": "ng lint --fix",
1516
"e2e": "ng e2e",
1617
"generate:api": "openapi-generator-cli generate",
1718
"local-test": "ng test --watch --code-coverage",

0 commit comments

Comments
 (0)