diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json index 3e979d140cf952..77c2bdbe32ba72 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -4,14 +4,14 @@ "private": true, "description": "Visual regression tests for Fluent UI React", "scripts": { - "build": "build-storybook --no-manager-cache -o dist/storybook", + "build:vr": "build-storybook --no-manager-cache -o dist/storybook", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "just": "just-scripts", "lint": "just-scripts lint", "start": "start-storybook -p 3000", "type-check": "tsc", - "vr:build": "yarn build", + "vr:build": "yarn build:vr", "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" }, "devDependencies": {