Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kirosc committed Jun 2, 2021
1 parent 6e42a71 commit 13cab27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"node": "12.x"
},
"description": "A telegram bot to get the ETA of HK public transport.",
"main": "index.js",
"main": "dist/src/app.js",
"scripts": {
"start": "NODE_ENV=production node dist/api/index.js",
"start": "NODE_ENV=production node dist/src/app.js",
"dev": "NODE_ENV=development ts-node-dev --respawn --watch *.ts",
"prod": "now --prod --token=$NOW_TOKEN",
"local": "now dev",
"build": "npm run update:route && rm -rf dist && tsc && cp -r data dist/",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 13cab27

Please sign in to comment.