Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Contributing Code: Building

This repository uses corepack and Yarn v4. Corepack is included with NodeJs and will automatically download the correct version of Yarn.

Prerequisites

  • Install NodeJs 20+
  • Run corepack enable
  • Clone the repository with submodules
    • git submodule update --init --recursive
  • Build the bicep-types module`
    • cd bicep-types/src/bicep-types
    • npm ci && npm run build

Building

yarn run build:all

Formatting

yarn run format:all

Linting

yarn run lint:all

Testing

yarn run test:all