summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-29 13:05:21 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-29 13:05:21 +0200
commit82cf40b516b5ab11c34b3642a01603ec1b590c9f (patch)
tree4ac62bed9c471b2df5ee6c29f00071df7e2a4af2 /package.json
parenta7465a66cd49a943b725f0a3ef45d0b1511b48db (diff)
store open folders in localstorage
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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",