File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -110,18 +110,20 @@ See [Options Props](https://github.com/remarkjs/react-markdown/tree/22bb78747d76
110
110
Runs the project in development mode.
111
111
112
112
``` 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
117
119
# Step 3, development mode, listen to compile preview website instance
118
- npm run doc:dev
120
+ npm start
119
121
```
120
122
121
123
Builds the app for production to the build folder.
122
124
123
125
``` bash
124
- npm run released
126
+ npm run build
125
127
```
126
128
127
129
The build is minified and the filenames include the hashes.
You can’t perform that action at this time.
0 commit comments