Small bug fix
This commit is contained in:
@@ -4,12 +4,11 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/src/index.js",
|
"start": "node dist/index.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
"dev": "nodemon",
|
"dev": "nodemon",
|
||||||
"dev2": "nodemon --config nodemon.json src/index.ts",
|
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
|
||||||
"dev:js": "nodemon --config nodemon-js.json dist/src/index.js",
|
|
||||||
"dev:build": "ts-node scripts/dev-deploy.ts",
|
"dev:build": "ts-node scripts/dev-deploy.ts",
|
||||||
"dev:delete": "ts-node scripts/delete-commands.ts",
|
"dev:delete": "ts-node scripts/delete-commands.ts",
|
||||||
"format": "prettier --write src/",
|
"format": "prettier --write src/",
|
||||||
|
|||||||
Reference in New Issue
Block a user