pretenderjs / pretender

A mock server library with a nice routing DSL
MIT License
1.26k stars 158 forks source link

Add `yarn build` to README #332

Closed elwayman02 closed 3 years ago

elwayman02 commented 3 years ago

On a fresh checkout of the project, the test commands will fail with ReferenceError: Pretender is not defined until yarn build has been run once to build pretender out to dist/. This change documents that requirement in the contribution section of the README.