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": {