Skip to content

Commit

Permalink
#528 Add purge tool to package.json and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ro31337 committed Feb 26, 2017
1 parent 85b815a commit 29b284a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ When everything's done, it's time to test and run:
* `npm run telegram` - Start Telegram bot.
* `npm run build-production && npm run telegram-production` - Start Telegram bot for production.
* `npm run cli` - Start CLI version of the bot.
* `npm run tools:purge` - Purge stale orders, see [#528](https://github.com/ro31337/libretaxi/issues/528)

## Shutting down

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"cli": "babel-node ./src/app-cli.js",
"telegram": "babel-node ./src/app-telegram.js",
"start": "echo ERR: Type \\\"npm run cli [params]\\\" or \\\"npm run telegram [params]\\\"",
"esdoc": "esdoc -c esdoc.json && rm esdoc/package.json"
"esdoc": "esdoc -c esdoc.json && rm esdoc/package.json",
"tools:purge": "babel-node ./src/tools/purge-stale-orders.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 29b284a

Please sign in to comment.