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 92f2c09..9590ae4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "build:search": "node bucky/bin/build-search", "build:scripts": "node bucky/bin/build-scripts", "export:keyword": "node bucky/bin/export-keyword", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "restart": "git pull; pm2 restart bucky; yarn build:scripts" }, "repository": { "type": "git", |
