Skip to content

Contributing

Mike Harder edited this page Jul 25, 2024 · 1 revision

Prerequisites

Install toolchain

  • Run npm ci from repo root
  • Installs the correct versions of all JS tool packages (e.g. @typespec/compiler)

Update toolchain

  • Merge latest from your target branch (e.g. main, RPSaaSMaster) to your source branch
  • Run npm ci again
  • If errors or incorrect tool versions, ensure no uncommitted changes, then run git clean -xdf to remove all old files, and try again

Overview

TypeSpec

Engineering System

Meta

Under Construction

Clone this wiki locally