Skip to content

Fix 'prepare' script instructions

Overview

contributing.md says to run npm prepare, but that fails with:

Unknown command: "prepare"

The correct command is: npm run prepare

How to Test

Check what happens when you run npm prepare vs npm run prepare

Screenshots

Merge request reports

Loading