Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent 126813d commit b4250a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:storybook:coverage:backup": "start-server-and-test start http://localhost:6006 test:storybook:coverage:command",
"test:storybook:coverage:command": "test-storybook --stories-json --coverage",
"test:e2e": "concurrently --kill-others-on-fail -c \"auto\" \"npm:test:e2e:app\" \"npm:test:e2e:storybook\"",
"test:e2e:headless": "concurrently --kill-others-on-fail -c \"auto\" \"npm:test:e2e:headless:app\" \"npm:test:e2e:headless:storybook\"",
"test:e2e:headless": "concurrently --kill-others-on-fail -c \"auto\" \"npm:test:e2e:app:headless\" \"npm:test:e2e:storybook:headless\"",
"test:e2e:app": "echo we no longer use cypress since having storybook e2e is far enough",
"test:e2e:app:headless": "echo we no longer use cypress since having storybook e2e is far enough",
"test:e2e:storybook": "start-server-and-test start http://localhost:6006 test:e2e:storybook:command",
Expand Down

0 comments on commit b4250a8

Please sign in to comment.