This repository uses submodules, init them first:
git submodule update --init --recursiveand build them, eg:
cd packages/common-study-definition
yarn install
yarn buildThen install all the dependencies:
yarn installYou may want to link a submodule when developing, using yarn link os simply:
ln -s ../packages/common-study-definition node_modules/influenzanet-common-studyTo build the Gripiradar studies together with surveys and rules run:
yarn generate
the generate task will take care of build all the submodules.