Skip to content

Commit

Permalink
temp: rename vr-test build to prevent building whole repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Mar 15, 2023
1 parent 58474d0 commit f783ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f783ea0

Please sign in to comment.