Skip to content

Commit

Permalink
fix: npm run start Index -> index
Browse files Browse the repository at this point in the history
  • Loading branch information
KararTY committed Apr 16, 2022
1 parent 357b9f0 commit 140b4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "befriendlier-bot",
"version": "0.0.4",
"description": "Twitch bot serving commands to the befriendlier.app service.",
"main": "Index.ts",
"main": "index.ts",
"private": true,
"scripts": {
"build": "rimraf build/ && tsc -b && copyfiles .env build/",
"start": "node build/Index.js --inspect",
"start": "node build/index.js --inspect",
"start-test": "ts-node-dev --respawn --clear --log-error --inspect=\"0\" -- index.ts",
"lint": "ts-standard",
"format": "ts-standard --fix",
Expand Down

0 comments on commit 140b4d7

Please sign in to comment.