diff --git a/package.json b/package.json index b42fb6f..c461b15 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test:unit": "vitest --environment jsdom --root src/", "test:e2e": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test preview https://localhost:4173/ 'cypress run --e2e --config video=false,screenshotOnRunFailure=false'", "test:e2e:dev": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'vite dev --port 4173 --host' https://localhost:4173/ 'cypress open --e2e'", - "test:visual": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run build-storybook && npx http-server storybook-static --port 3001 --silent' http://localhost:3001 'test-storybook --url http://localhost:3001'", + "test:visual": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run storybook' http://localhost:3001 'test-storybook --url http://localhost:3001'", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",