You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
|`build-storybook`| builds the storybook files to the `docs` folder |
38
+
|`storybook`| starts the storybook development server on port 6006|
39
+
|`lint`| runs `eslint` with plugins|
40
+
|`lint-fix`| runs the automatic fixer of `eslint`|
41
+
|`clean`| cleans all generated files i.e. `node_modules` and `dist`|
42
42
43
43
You can see all targets which meant to be used from the developer in the `package.json` under the `script` section.
44
44
If you encounter any problem try to run `npm run clean` at first.
@@ -48,4 +48,5 @@ If you encounter any problem try to run `npm run clean` at first.
48
48
Each push to the `main` branch will build a new version. [semantic-release](https://github.com/semantic-release/semantic-release) creates a changelog, increases the version number, creates a git tag, a github release and deploys it to npm.
49
49
50
50
### pre-release
51
+
51
52
To create a pre-release just push changes to the `beta` branch. This will deploy a beta version (e.g. `1.2.5-beta1`) and publish it as a pre-release on npm.
0 commit comments