From 005dce609f5c161c8dd87d831438181f5c2823bb Mon Sep 17 00:00:00 2001 From: denza Date: Tue, 5 Nov 2019 20:14:35 +0100 Subject: [PATCH] Build script is exluding node_modules folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c21f31..a8eca98 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "postinstall": "./node_modules/.bin/bower install", "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS", - "build": "cd .. && rm -rf googleSheetsPlugin.zip && zip -r googleSheetsPlugin.zip googleSheetsPlugin/" + "build": "cd .. && rm -rf googleSheetsPlugin.zip && zip -r googleSheetsPlugin.zip googleSheetsPlugin/ -x \\*node_modules\\* \\*.git\\* \\*test\\*" }, "license": "ISC", "dependencies": {