mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
add ability to run tasks from code dir
This commit is contained in:
parent
8d95548ac4
commit
f474e2e4bd
@ -82,6 +82,7 @@
|
||||
"serve-storybooks": "http-server ./built-storybooks -p 8001",
|
||||
"smoketest-storybooks": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true node -r esm ../scripts/smoketest-storybooks.js",
|
||||
"storybook:ui": "./lib/cli/bin/index.js dev --port 6006 --config-dir ./ui/.storybook --no-manager-cache",
|
||||
"task": "cd .. && yarn task",
|
||||
"test": "NODE_OPTIONS=--max_old_space_size=4096 jest --config ./jest.config.js",
|
||||
"test:cli": "npm --prefix lib/cli run test",
|
||||
"test:e2e-examples-playwright": "playwright test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user