Skip to content

Commit

Permalink
fix: ser correct copy order
Browse files Browse the repository at this point in the history
  • Loading branch information
therufa committed Jul 14, 2019
1 parent 130bf0e commit 38d60bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf dist",
"build": "node build",
"release": "standard-version -a",
"prepublish": "node copy"
"postrelease": "node copy"
},
"dependencies": {
"vue": "^2.6.10"
Expand All @@ -47,4 +47,4 @@
"standard-version": "^4.2.0",
"vue-template-compiler": "^2.6.10"
}
}
}

0 comments on commit 38d60bf

Please sign in to comment.