Skip to content

Commit

Permalink
add script to zip the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
najiatallah committed Oct 8, 2019
1 parent 0410473 commit 991f6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"build": "cd .. && rm -rf eventsManualPlugin.zip && zip -r eventsManualPlugin.zip eventsManualPlugin/ -x \\*node_modules\\* \\*.git\\* \\*test\\*"
},
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 991f6ce

Please sign in to comment.