Skip to content

Commit

Permalink
Removes turbo :/
Browse files Browse the repository at this point in the history
  • Loading branch information
AshakaE committed Jul 31, 2024
1 parent 7962f71 commit c096279
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 99 deletions.
191 changes: 95 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"type": "module",
"main": "build/main.js",
"scripts": {
"build": "rm -rf build/ && turbo run build",
"buildr": "tsc",
"build": "rimraf ./build && tsc",
"build:changelog": "npx @discordx/changelog --root=src",
"dev": "node --trace-warnings --loader ts-node/esm/transpile-only src/main.ts",
"start": "nodemon --exec node --loader ts-node/esm/transpile-only src/main.ts",
Expand All @@ -44,6 +43,7 @@
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"tslib": "^2.6.3",
"tsyringe": "^4.8.0",
"twitter-api-v2": "^1.17.2"
Expand All @@ -55,7 +55,6 @@
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"turbo": "^2.0.10",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit c096279

Please sign in to comment.