From 3c507c6a8a3f97286dfbac45e10eb4cf27c5fa71 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Wed, 27 Sep 2023 10:20:03 +0300 Subject: [PATCH] bug fix (#4840) Fixing leftover bug Signed-off-by: andreas-unleash --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index d708984b8f..ca899e6b9d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "start:demo": "UNLEASH_BASE_PATH=/demo/ UNLEASH_API=https://app.unleash-hosted.com/ yarn run start", "test": "tsc && NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest run", "test:snapshot": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" yarn test -u", - "test:watch": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest watch FeatureToggleSwitch", + "test:watch": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest watch", "lint": "eslint --fix ./src", "lint:check": "eslint ./src", "fmt": "prettier src --write --loglevel warn",