Updated lint scripts
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
|
||||
"dev:build": "cross-env NODE_PATH=src/ \"ts-node scripts/dev-deploy.ts\"",
|
||||
"dev:delete": "ts-node scripts/delete-commands.ts",
|
||||
"lint": "eslint src",
|
||||
"lint:fix": "eslint --fix src",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"prod:build": "cross-env NODE_PATH=src/ \"ts-node scripts/deploy-commands.ts\""
|
||||
},
|
||||
"author": "Taken",
|
||||
|
||||
Reference in New Issue
Block a user