How to make CircleCI call npm install on two places? -
i have started working circleci don't know whether obvious.
problem is, have react website , react native project in 1 folder. react website uses project/package.json
, project/node_modules
, while react native project uses project/nativeapp/package.json
, project/nativeapp/node_modules
.
to make both run , test correctly, need npm install
in both locations. how tell circleci that?
Comments
Post a Comment