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: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,16 +194,20 @@ Info: To get a more detailed logging, use `yarn start:verbose` instead.
194
194
195
195
## Distribution
196
196
197
-
Start build:
198
-
_Will create a `dist` directory in your project root._
197
+
Start publish preparation build:
198
+
_Will execute tests, update docs and create a `dist` directory in your project root._
199
199
200
200
```
201
-
yarn build
201
+
yarn prepublish
202
202
```
203
203
204
-
Afterwards, the production app build can be tested by run `yarn start:dist`. The app should open in your browser automatically, otherwise open: `http://localhost:3000`
204
+
The production app build can be tested by run `yarn start:dist`. The app should open in your browser automatically, otherwise open: `http://localhost:3000`
205
205
206
-
Info: To get a more detailed logging, use `yarn build:verbose` instead.
206
+
When production build seems correct, you can publish the build finally (please use correct [semantic versioning](https://docs.npmjs.com/getting-started/semantic-versioning)):
0 commit comments