Skip to content

Commit

Permalink
Merge pull request #383 from Ma27/fix-npm-lint
Browse files Browse the repository at this point in the history
Don't lint `ndb-core-e2e`
  • Loading branch information
sleidig authored Dec 5, 2019
2 parents 8ddbe7f + 1d964c2 commit a3f8e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint ndb-core ndb-core-e2e --type-check",
"lint": "ng lint ndb-core --type-check",
"e2e": "ng e2e",
"compodoc": "npx compodoc -c doc/compodoc_sources/.compodocrc.json"
},
Expand Down

0 comments on commit a3f8e20

Please sign in to comment.