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 8b9bd8b commit a840304
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 @@ -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",
Expand Down

0 comments on commit a840304

Please sign in to comment.