Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 422 Bytes

project-commands.md

File metadata and controls

36 lines (29 loc) · 422 Bytes

Project Commands

Default runner (same as yarn api:watch)

yarn api

Run the project

yarn api

Run with Node.js debugging

yarn api:debug

Restart when files change

yarn api:watch

Run with Node.js debugging and watch for changes

yarn api:watch:debug

Run unit tests

yarn test

Run unit tests and watch for changes

yarn test:watch