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

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -