Skip to content

Commit

Permalink
feat: add dev-public to list of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Sep 11, 2024
1 parent 1ebdc58 commit 884e1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884e1bb

Please sign in to comment.