diff options
| author | julian laplace <julescarbon@gmail.com> | 2026-01-18 14:56:07 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2026-01-18 14:56:07 +0100 |
| commit | 93cb8dde8e028f7ffe182f43d87666d7c6fc705e (patch) | |
| tree | 9b97444dce0db2f0d5210c753031fd974c9284cd /package.json | |
| parent | d08fa34987e0792a8722d77dd052a1cacd96db10 (diff) | |
restart
Diffstat (limited to 'package.json')
| -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", |
