We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6ae78 commit 005dce6Copy full SHA for 005dce6
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"postinstall": "./node_modules/.bin/bower install",
8
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
9
- "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\\*"
10
},
11
"license": "ISC",
12
"dependencies": {
0 commit comments