Skip to content

Commit

Permalink
fix(@schematics/angular): remove lint command from package.json
Browse files Browse the repository at this point in the history
Angular 12 does not provide the default linter but CLI adds the ng lint
this PR removes the ng lint from new app created

Fixes angular#20618
  • Loading branch information
santoshyadavdev committed Apr 24, 2021
1 parent 5a82689 commit 0324233
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"<% if (!minimal) { %>,
"test": "ng test",
"lint": "ng lint"<% } %>
"test": "ng test"<% } %>
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 0324233

Please sign in to comment.