Skip to content

Commit

Permalink
test: remove duplicate prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed Nov 27, 2023
1 parent 6140f2e commit 1c2acc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c2acc9

Please sign in to comment.