Skip to content

Commit aef721e

Browse files
authored
fix: add description build step at readme. (#124)
1 parent f790cb3 commit aef721e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,11 @@ pm2 start pm2.config.cjs
9292
# Install dependencies
9393
npm install
9494
95+
# Build code
96+
npm run build
97+
9598
# Run the bot
96-
npm start
99+
npm run start
97100
```
98101

99102
### Docker

0 commit comments

Comments
 (0)