Skip to content

Commit

Permalink
fix(install): do not call vue-apollo patch on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu committed Jan 11, 2021
1 parent 92c3140 commit fa22f41
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 @@ -8,11 +8,11 @@
"format": "kcd-scripts format",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"pretest": "node compatibility-scripts/vue-apollo-patch.js",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate",
"setup": "npm install && npm run validate -s",
"postinstall": "node compatibility-scripts/vue-apollo-patch.js"
"setup": "npm install && npm run validate -s"
},
"engines": {
"node": ">10.18"
Expand Down

0 comments on commit fa22f41

Please sign in to comment.