From 1c2acc9c31a5767c38bf790c1a31fa670dfdd363 Mon Sep 17 00:00:00 2001 From: Joonas Tiala Date: Mon, 27 Nov 2023 12:30:04 +0200 Subject: [PATCH] test: remove duplicate prepare script --- apps/docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 09db03c..e81a0cf 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -30,8 +30,8 @@ "test:storybook": "pnpm run test:storybook:prepare && test-storybook", "test:storybook:watch": "pnpm run test:storybook:prepare && test-storybook --watch", "test:storybook:report": "pnpm run test:storybook:prepare && JEST_JUNIT_OUTPUT_FILE=./reports/test-report-storybook.xml test-storybook --junit", - "test:storybook:standalone": "pnpm run test:storybook:prepare && concurrently -k -s first -n SB,TEST -c magenta,blue \"pnpm run build --quiet && pnpm exec serve -Lp 6006 storybook-static\" \"wait-on tcp:6006 && pnpm run test:storybook\"", - "test:storybook:standalone:report": "pnpm run test:storybook:prepare && concurrently -k -s first -n SB,TEST -c magenta,blue \"pnpm run build --quiet && pnpm exec serve -Lp 6006 storybook-static\" \"wait-on tcp:6006 && pnpm run test:storybook:report\"", + "test:storybook:standalone": "concurrently -k -s first -n SB,TEST -c magenta,blue \"pnpm run build --quiet && pnpm exec serve -Lp 6006 storybook-static\" \"wait-on tcp:6006 && pnpm run test:storybook\"", + "test:storybook:standalone:report": "concurrently -k -s first -n SB,TEST -c magenta,blue \"pnpm run build --quiet && pnpm exec serve -Lp 6006 storybook-static\" \"wait-on tcp:6006 && pnpm run test:storybook:report\"", "lint": "pnpm run lint:tsc && pnpm run lint:eslint", "lint:report": "pnpm run lint:tsc:report && pnpm run lint:eslint:report", "lint:fix": "pnpm run lint:eslint:fix",