Skip to content

Commit

Permalink
Add woorelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
harriswong committed Jan 13, 2020
1 parent 85a834e commit a74e6c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"update-deps": "npm install -g rimraf && rimraf node_modules && rimraf npm-shrinkwrap.json && npm install && npm shrinkwrap --dev"
"update-deps": "npm install -g rimraf && rimraf node_modules && rimraf npm-shrinkwrap.json && npm install && npm shrinkwrap --dev",
"woorelease": "npm run build && npm run archive",
"archive": "git archive -v -o woocommerce-google-analytics-integration.zip --format=zip HEAD"
},
"devDependencies": {
"config": "^3.0.1",
Expand Down

0 comments on commit a74e6c8

Please sign in to comment.