Skip to content

Commit

Permalink
add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro committed Oct 26, 2020
1 parent 4798462 commit 91dd628
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-h-zoom",
"description": "Native Vue Zoom images",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "hidayat.febiansyah",
"email": "hidayat.febiansyah@gdn-commerce.com"
Expand Down Expand Up @@ -91,6 +91,8 @@
"test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
"test:cover-upload": "npm run test:cover && codecov",
"test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js",
"build": "rm -rf dist/*.js* && webpack --config config/webpack.prod.conf.js"
"build": "rm -rf dist/*.js* && webpack --config config/webpack.prod.conf.js",
"prepublish": "npm run build"

}
}

0 comments on commit 91dd628

Please sign in to comment.