Development
Predefined scripts
Overview of the scripts available in the package.json file
Files related to this page
package.json
Script | Description |
---|---|
prettier:fix | Automatically fixes formatting issues |
analyze | Analyzes the bundle sizes for Client, Server and Edge environments |
storybook | Starts the Storybook server |
build-storybook | Builds the Storybook for deployment |
test | Runs unit and integration tests |
e2e:headless | Runs end-to-end tests in headless mode |
e2e:ui | Runs end-to-end tests with UI |
format | Formats the code with Prettier |
postinstall | Applies patches to external dependencies |
coupling-graph | Generates a coupling and cohesion graph for the components |