From 1bd0b4349f66a2ff999188f9ae213c859f9f6da2 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 6 Jan 2020 19:51:49 -0500 Subject: [PATCH] Fixed build not ignoring ignored folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 338e0224..2300f120 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "web-ext run", - "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original|ignored/*|crowdin.yml)\"" + "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original|ignored|crowdin.yml)\"" }, "repository": { "type": "git",