Skip to content

Commit

Permalink
prestart wont run
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Jan 7, 2022
1 parent 3678705 commit eda2790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Discord bot template, built with Discord.js and TypeScript",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"prestart": "yarn build-ts",
"start": "yarn build-ts && node dist/index.js",
"develop": "yarn build-ts && tsc-watch --skipLibCheck --onSuccess 'node dist/index.js'",
"build-ts": "tsc --skipLibCheck",
"pretty": "prettier --check src",
Expand Down

0 comments on commit eda2790

Please sign in to comment.