From 884e1bbe3da53486e941163e350b19b80431c295 Mon Sep 17 00:00:00 2001 From: kilted-andres Date: Wed, 11 Sep 2024 12:28:45 +0200 Subject: [PATCH] feat: add dev-public to list of scripts --- docs/internal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/internal.md b/docs/internal.md index 5812f241f..9d10f3f95 100644 --- a/docs/internal.md +++ b/docs/internal.md @@ -13,7 +13,8 @@ yarn dev ## Scripts -- `yarn dev` - run `webpack` in `watch` mode +- `yarn dev` - run `webpack` in `watch` mode using the "internal" variant +- `yarn dev-public` - run `webpack` in `watch` mode using the "public" variant - `yarn storybook` - runs the Storybook server - `yarn build` - builds the production-ready unpacked extension - `yarn package` - packages the built code for upload