Skip to content

Commit

Permalink
Build script is exluding node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
denza committed Nov 5, 2019
1 parent cd6ae78 commit 005dce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 005dce6

Please sign in to comment.