Skip to content

Commit

Permalink
Add script to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Aguero committed Jul 2, 2019
1 parent a0ea4e3 commit 239f779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"start": "nodemon --harmony index.js",
"start:telegram-bot": "nodemon --harmony server/jobs/running-bot-telegram.js",
"start:check-round-change": "node --harmony ./server/jobs/check-round-change.js",
"start:check-delegate-change-rules": "node --harmony ./server/jobs/check-delegate-change-rules.js",
"lint": "esw *.js server config --color",
"lint:watch": "npm run lint -- --watch",
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/*.test.js --timeout=1200000 --ui bdd --reporter spec --colors server --harmony --exit",
Expand Down

0 comments on commit 239f779

Please sign in to comment.