mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
Fix web storybook pnpm script (#46540)
This commit is contained in:
parent
fe1b42222c
commit
6801a3c5b8
@ -15,7 +15,7 @@
|
||||
"test:regression:integrations": "pnpm task:mocha ./src/regression/integrations.test.ts",
|
||||
"test:regression:onboarding": "pnpm task:mocha ./src/regression/onboarding.test.ts",
|
||||
"test:regression:search": "pnpm task:mocha ./src/regression/search.test.ts",
|
||||
"storybook": "STORIES_GLOB='client/web/src/**/*.story.tsx' pnpm workspace @sourcegraph/storybook run start",
|
||||
"storybook": "STORIES_GLOB='client/web/src/**/*.story.tsx' pnpm --filter @sourcegraph/storybook run start",
|
||||
"serve:dev": "ts-node-transpile-only --project ./dev/tsconfig.json ./dev/server/development.server.ts",
|
||||
"serve:prod": "ts-node-transpile-only --project ./dev/tsconfig.json ./dev/server/production.server.ts",
|
||||
"task:gulp": "cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" gulp",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user