Devin Leamy 2023-10-28 17:49:18 -04:00
parent 894b52fde9
commit e1a21928f4
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ Install the dependencies and then compile the TypeScript, `./src/app.ts`, into `
```bash
npm install
npm build
npm run build
```