Skip to content

Commit 89a2be9

Browse files
committed
doc: Update README.md
1 parent 63c3a45 commit 89a2be9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,20 @@ See [Options Props](https://github.com/remarkjs/react-markdown/tree/22bb78747d76
110110
Runs the project in development mode.
111111

112112
```bash
113-
# Step 1, run first, listen to the component compile and output the .js file
114-
npm run ts:watch
115-
# Step 2, listen for compilation output type .d.ts file
116-
npm run types:watch
113+
# Step 1, run first,
114+
# listen to the component compile and output the .js file
115+
# listen for compilation output type .d.ts file
116+
npm run watch
117+
118+
npm run css:watch
117119
# Step 3, development mode, listen to compile preview website instance
118-
npm run doc:dev
120+
npm start
119121
```
120122

121123
Builds the app for production to the build folder.
122124

123125
```bash
124-
npm run released
126+
npm run build
125127
```
126128

127129
The build is minified and the filenames include the hashes.

0 commit comments

Comments
 (0)