Skip to content

Commit

Permalink
comment install peers script
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed May 4, 2022
1 parent 38982b9 commit 513fe5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/remix-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:code": "esbuild src/index.ts --bundle --platform=node --external:graphql --external:graphql-helix --external:remix --outfile=dist/index.js",
"build:types": "tsc && echo 'export * from \"./dist\";' > index.server.d.ts",
"format": "prettier --write .",
"prepare": "install-peers && remix setup node"
"//prepare": "install-peers && remix setup node"
},
"dependencies": {
"graphql-helix": "^1.11.0"
Expand All @@ -41,5 +41,6 @@
},
"peerDependencies": {
"graphql": "^16.2.0"
}
},
"gitHead": "38982b9883b3b38aaddaaaa26804c635888c3c64"
}

0 comments on commit 513fe5a

Please sign in to comment.