Skip to content

Commit 9704aee

Browse files
committed
fixes
1 parent 24852b7 commit 9704aee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/apollo-client-3/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"private": true,
44
"version": "3.0.0",
55
"scripts": {
6-
"postinstall": "yarn generate",
76
"generate": "graphql-codegen --watch",
8-
"precompile": "yarn generate",
9-
"compile": "tsc"
7+
"start": "yarn generate"
108
},
119
"dependencies": {
1210
"@apollo/client": "3.3.19",

0 commit comments

Comments
 (0)