diff --git a/package.json b/package.json index a43f755..33a1f38 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "test:e2e:app": "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: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:headless:command", + "test:e2e:storybook:headless": "start-server-and-test start 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",