We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a8445 commit c300b8dCopy full SHA for c300b8d
package.json
@@ -12,6 +12,7 @@
12
"build:standalonedemo": "ng build --configuration=standalonedemo",
13
"test": "ng test -c ci",
14
"lint": "ng lint",
15
+ "lint:fix": "ng lint --fix",
16
"e2e": "ng e2e",
17
"generate:api": "openapi-generator-cli generate",
18
"local-test": "ng test --watch --code-coverage",
0 commit comments