We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c3140 commit fa22f41Copy full SHA for fa22f41
package.json
@@ -8,11 +8,11 @@
8
"format": "kcd-scripts format",
9
"build": "kcd-scripts build",
10
"lint": "kcd-scripts lint",
11
+ "pretest": "node compatibility-scripts/vue-apollo-patch.js",
12
"test": "kcd-scripts test",
13
"test:update": "npm test -- --updateSnapshot --coverage",
14
"validate": "kcd-scripts validate",
- "setup": "npm install && npm run validate -s",
15
- "postinstall": "node compatibility-scripts/vue-apollo-patch.js"
+ "setup": "npm install && npm run validate -s"
16
},
17
"engines": {
18
"node": ">10.18"
0 commit comments