Skip to content

Commit 005dce6

Browse files
committed
Build script is exluding node_modules folder
1 parent cd6ae78 commit 005dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"postinstall": "./node_modules/.bin/bower install",
88
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
9-
"build": "cd .. && rm -rf googleSheetsPlugin.zip && zip -r googleSheetsPlugin.zip googleSheetsPlugin/"
9+
"build": "cd .. && rm -rf googleSheetsPlugin.zip && zip -r googleSheetsPlugin.zip googleSheetsPlugin/ -x \\*node_modules\\* \\*.git\\* \\*test\\*"
1010
},
1111
"license": "ISC",
1212
"dependencies": {

0 commit comments

Comments
 (0)