Skip to content

Commit

Permalink
fix: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeocfg committed Dec 9, 2023
1 parent 9ef613b commit 8e4e516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build:client": "npm run build --prefix ./frontend",
"bot": "nodemon ./tg-bot/index.js",
"start:dev": "concurrently \"npm run server\" \"npm run client\"",
"back:prod": "./backend/server.ts",
"bot:prod": "./tg-bot/index.js"
"back:prod": "node ./backend/server.ts",
"bot:prod": "node ./tg-bot/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8e4e516

Please sign in to comment.