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

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

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -