graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differences in `.install/index.js` files

DevanB opened this issue · comments

commented

@nikolasburk @marktani

I've noticed a difference between the basic's .install/index.js and the node boilerplate basic (and advanced) .install/index.js. Here are the differences: https://github.com/graphql-boilerplates/react-fullstack-graphql/blob/master/basic/.install/index.js#L33-L35

I caught this while reviewing the PR to add the advanced boilerplate. Can either of you confirm if we need lines 33-35? Or if they should be added to the other node boilerplate install script?