Skip to content

Commit

Permalink
dont format/lint generate coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 4, 2020
1 parent a350960 commit 2d14ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
"lint": "npx prettier --check '**.js'",
"lint": "npx prettier --check '**.js' '!coverage' ",
"test": "npx jest --collectCoverage",
"test:integration": "./tests/integration/test.sh",
"fmt": "npx prettier --write '**.js'"
"fmt": "npx prettier --write '**.js' '!coverage' "
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d14ce5

Please sign in to comment.