Skip to content

Commit

Permalink
MY-12648 fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 4, 2019
1 parent 2b634dc commit d62278a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@myparcel/checkout",
"version": "3.0.5",
"version": "3.0.6",
"types": "index.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit"
"test": "vue-cli-service test:unit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
Expand Down

0 comments on commit d62278a

Please sign in to comment.