mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-03-04 11:01:37 +00:00
fix: turbo build for CLI
This commit is contained in:
parent
5b93fe943b
commit
f1b702e756
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"create-guilded-bot": "dist/src/index.js"
|
"create-guilded-bot": "dist/src/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "rm -rf dist && tsc",
|
||||||
"dev": "ts-node-dev ./src/index.ts",
|
"dev": "ts-node-dev ./src/index.ts",
|
||||||
"start": "ts-node ./src/index.ts"
|
"start": "ts-node ./src/index.ts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue