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 b4250a8 commit 98903ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"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",
"test:e2e:storybook": "start-server-and-test start:storybook http://localhost:6006 test:e2e:storybook:command",
"test:e2e:storybook:command": "TIME_TO_WAIT_AFTER_CHANGING_THEME_MS=1000 test-storybook --stories-json -- --no-headless",
"test:e2e:storybook:headless": "start-server-and-test start http://localhost:6006 test:e2e:storybook:headless:command",
"test:e2e:storybook:headless": "start-server-and-test start:storybook http://localhost:6006 test:e2e:storybook:headless:command",
"test:e2e:storybook:headless:command": "TIME_TO_WAIT_AFTER_CHANGING_THEME_MS=750 test-storybook --stories-json",
"db:schema:check": "dotenv-run-script .env.test -- db:schema:check:unsecure",
"db:schema:check:unsecure": "prisma validate",
Expand Down

0 comments on commit 98903ad

Please sign in to comment.