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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -