From f474e2e4bdfeb44d8cdb4ac237a4b21168859109 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Sun, 23 Oct 2022 16:05:58 +0200 Subject: [PATCH] add ability to run tasks from code dir --- code/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/package.json b/code/package.json index edb549f1afe6..f7b3b683fe63 100644 --- a/code/package.json +++ b/code/package.json @@ -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",