From 67e18473c12c79aa43ae9a6dd92fbc60fff7feea Mon Sep 17 00:00:00 2001 From: capJavert Date: Tue, 20 Aug 2019 22:07:14 +0200 Subject: [PATCH] feature(linter): updated build command ignore files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7340527..e95f203 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "web-ext build --ignore-files package*.json src/assets/img/screenshots" + "build": "web-ext build --ignore-files .nvmrc .editorconfig .eslintrc package*.json src/assets/img/screenshots" }, "repository": { "type": "git",