We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350960 commit 2d14ce5Copy full SHA for 2d14ce5
package.json
@@ -4,10 +4,10 @@
4
"description": "Serverless framework plugin for Rustlang applications",
5
"main": "index.js",
6
"scripts": {
7
- "lint": "npx prettier --check '**.js'",
+ "lint": "npx prettier --check '**.js' '!coverage' ",
8
"test": "npx jest --collectCoverage",
9
"test:integration": "./tests/integration/test.sh",
10
- "fmt": "npx prettier --write '**.js'"
+ "fmt": "npx prettier --write '**.js' '!coverage' "
11
},
12
"repository": {
13
"type": "git",
0 commit comments