This repository uses corepack and Yarn v4. Corepack is included with NodeJs and will automatically download the correct version of Yarn.
- Install NodeJs 20+
- Run
corepack enable - Clone the repository with submodules
git submodule update --init --recursive
- Build the
bicep-typesmodule`cd bicep-types/src/bicep-typesnpm ci && npm run build
yarn run build:allyarn run format:allyarn run lint:allyarn run test:all