Skip to content

Commit

Permalink
build(dev): make npm run lint only output errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 3, 2019
1 parent 6f449e7 commit 79a7641
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 @@ -8,7 +8,7 @@
"serve:prod": "vue-cli-service build --dest local && serve -s local",
"build:prod": "vue-cli-service build",
"build:dev": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint .",
"lint": "vue-cli-service lint --quiet .",
"prepublishOnly": "npm run build:prod",
"release": "standard-version -t",
"test": "jest",
Expand Down

0 comments on commit 79a7641

Please sign in to comment.