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 #20618

(cherry picked from commit 27bab2a)
  • Loading branch information
santoshyadavdev authored and alan-agius4 committed Apr 25, 2021
1 parent 4df3f7c commit bc3f8dc
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 bc3f8dc

Please sign in to comment.