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/npmbin/npx
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