Skip to content

Commit 650df6d

Browse files
committed
Remove unecessary storybook commands from outer package.json
After apps-rendering was removed, we don't need them: #14966. We can run storybook from the makefile.
1 parent 2b6e23f commit 650df6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"private": true,
77
"scripts": {
88
"postinstall": "./scripts/postinstall.sh",
9-
"storybook": "pnpm '/^storybook:.*/'",
10-
"storybook:dcr": "pnpm --filter @guardian/dotcom-rendering storybook --no-open --quiet",
11-
"build-storybook": "pnpm '/^build-storybook:.*/'",
12-
"build-storybook:dcr": "pnpm --filter @guardian/dotcom-rendering build-storybook",
139
"build:dcr": "cd dotcom-rendering && make build",
1410
"chromatic": "chromatic --build-script-name=build-storybook --exit-zero-on-changes",
1511
"prepare": "husky",

0 commit comments

Comments
 (0)