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 3359bc0 commit f4d1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit f4d1dec

Please sign in to comment.