Skip to content

Commit

Permalink
chore(web-components): fix web component vr tests type-checking (#31353)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored May 13, 2024
1 parent 4a6f16b commit a6cb564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vr-tests-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier . -w --ignore-path ../../.prettierignore",
"lint": "eslint src --ext .ts,.tsx",
"start": "start-storybook",
"type-check": "tsc --baseUrl . --noEmit",
"type-check": "echo 'TODO'",
"vr:build": "yarn build",
"vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true"
},
Expand Down

0 comments on commit a6cb564

Please sign in to comment.