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
Copy file name to clipboardExpand all lines: packages/react-components/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,18 @@ Components live in `./src/components` and are targeted by the build process with
74
74
75
75
Storybook stories live in `./src/stories`.
76
76
77
-
Run `npm run storybook` to access the Storybook instance for the component library.
77
+
Run `npm run storybook-dev` to access the Storybook instance for the component library.
78
78
79
79
### Vite kitchen sink application
80
80
81
81
Vite uses the components code directly from `./src/components` in groups of content in `./src/pages`.
82
82
83
-
Run `npm run vite` to access the Vite React demo app.
83
+
Run `npm run vite-dev` to access the Vite React demo app.
84
84
85
85
### Publish new versions
86
86
87
87
To generate an updated copy of the package for distribution, run the included Rollup script: `npm run rollup`.
88
88
89
89
This will place artifacts in the `dist` folder, which is targeted for publishing in `package.json` with the [`files` field](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#files).
90
90
91
-
Update the package version in `package.json` and run `npm run publish` to push a new version.
91
+
Update the package version in `package.json` and run `npm publish` to push a new version.
0 commit comments