Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 396 Bytes

File metadata and controls

15 lines (10 loc) · 396 Bytes

Commands

While agent is running in devcontainer, everything related to the code is happening in another smaller action container. Use bin scripts to run commands in action container.

  • bin/npm
  • bin/npx

Formatting

After modifying any TypeScript, JavaScript, JSON, or Markdown files typecheck and fix issues and format the code:

bin/npm run typecheck
bin/npm run format