add ability to run tasks from code dir

This commit is contained in:
Norbert de Langen 2022-10-23 16:05:58 +02:00
parent 8d95548ac4
commit f474e2e4bd
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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",