From f783ea0644f561abc4a1f8c42f8811e0ec7a80bb Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Wed, 15 Mar 2023 11:03:20 -0400 Subject: [PATCH] temp: rename vr-test build to prevent building whole repo --- apps/vr-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {