From 8cd98bdc3c28d27f676ea8497eef60c8cb5b3457 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Wed, 15 Dec 2021 14:23:15 +0300 Subject: [PATCH] chore: undefined "-w" argument in restart script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acd3e35bcf9..94db02f9bba 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "setup": "yarn install && yarn run build && yarn run configure", "start": "yarn run dashmate group:start --verbose -w", - "restart": "yarn run dashmate group:restart --verbose -w", + "restart": "yarn run dashmate group:restart --verbose", "stop": "yarn run dashmate group:stop --verbose", "reset": "yarn run clean:data --force && yarn run setup", "test": "ultra -r $* test",