Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
samarmeena committed Nov 30, 2023
1 parent ad01f40 commit c672575
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 629 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"main": "build/main.js",
"scripts": {
"build": "tsc",
"dev": "ts-node-esm src/main.ts",
"dev": "node --loader ts-node/esm src/main.ts",
"check:lint": "eslint src",
"check:prettier": "prettier --check .",
"fix:prettier": "prettier --write .",
"start": "node build/main.js",
"watch": "nodemon --exec ts-node-esm src/main.ts"
"watch": "nodemon --exec npm run dev"
},
"dependencies": {
"@discordx/importer": "^1.3.0",
Expand Down
324 changes: 0 additions & 324 deletions src/commands/bak.metar.cmd.ts.txt

This file was deleted.

Loading

0 comments on commit c672575

Please sign in to comment.