diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 84cdbc2..27e0015 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "tensorflow job queue system", "main": "index.js", "scripts": { - "test": "mocha test/ --recursive" + "test": "mocha test/ --recursive", + "db:reset": "knex migrate:rollback ; knex migrate:latest" }, "author": "jules laplace <julescarbon@gmail.com>", "license": "UNLICENSED", |
