From 3ad56ec943984f8ed125e3b6dba5bd7538725b00 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 20 Apr 2020 16:05:23 -0700 Subject: [PATCH] exclude the intermediate build files in lib.. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7206744..b9c38c3 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "istanbul" ] }, + "nyc": { + "exclude": "lib/**" + }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0",