Skip to content

Commit fa22f41

Browse files
committed
fix(install): do not call vue-apollo patch on installation
1 parent 92c3140 commit fa22f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"format": "kcd-scripts format",
99
"build": "kcd-scripts build",
1010
"lint": "kcd-scripts lint",
11+
"pretest": "node compatibility-scripts/vue-apollo-patch.js",
1112
"test": "kcd-scripts test",
1213
"test:update": "npm test -- --updateSnapshot --coverage",
1314
"validate": "kcd-scripts validate",
14-
"setup": "npm install && npm run validate -s",
15-
"postinstall": "node compatibility-scripts/vue-apollo-patch.js"
15+
"setup": "npm install && npm run validate -s"
1616
},
1717
"engines": {
1818
"node": ">10.18"

0 commit comments

Comments
 (0)