Skip to content

Commit

Permalink
Modify single-quotes to be double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantGeekDev committed Jan 4, 2024
1 parent 9499db7 commit 50857b0
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 287 deletions.
241 changes: 29 additions & 212 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 @@ -6,7 +6,7 @@
"scripts": {
"compile": "tsc",
"postcompile": "cp -r src/locales dist",
"bg:start": "npm run prepare && pm2 start dist/index.js --name propertygram-bot",
"bg:start": "npm run prepare && pm2 start dist/index.js --name propertygram-bot -f",
"bg:restart": "npm run prepare && pm2 restart propertygram-bot",
"bg:logs": "pm2 logs telegram-bot --lines 1000 -f",
"start": "npm run compile && node .",
Expand All @@ -27,8 +27,7 @@
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"grammy": "^1.10.1",
"mongodb": "^4.9.1",
"mongoose": "^8.0.3"
"mongodb": "^4.9.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
Expand Down
Loading

0 comments on commit 50857b0

Please sign in to comment.