Skip to content

Commit

Permalink
Merge pull request #19588 from storybookjs/tech/add-ability-to-run-ta…
Browse files Browse the repository at this point in the history
…sks-from-code-dir

add ability to run tasks from code dir
  • Loading branch information
ndelangen authored Oct 23, 2022
2 parents 8d95548 + f474e2e commit b1c48bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b1c48bc

Please sign in to comment.