diff options
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 32996e3..018f7ec 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build:scripts": "node bucky/bin/build-scripts", "export:keyword": "node bucky/bin/export-keyword", "test": "echo \"Error: no test specified\" && exit 1", - "restart": "git pull; pm2 restart bucky; yarn build:scripts" + "restart": "git pull && node bucky/bin/build-scripts && node index" }, "repository": { "type": "git", |
