mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
bug fix (#4840)
Fixing leftover bug Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
889377a246
commit
3c507c6a8a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user