From 2d14ce51be0024d12a5886978f36727ea8f56d15 Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 4 Jun 2020 00:25:32 -0400 Subject: [PATCH] dont format/lint generate coverage files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index beefab5..c54b848 100644 --- a/package.json +++ b/package.json @@ -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",