We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369c07a commit af23cd9Copy full SHA for af23cd9
core/README-zh.md
@@ -184,9 +184,9 @@ export default Demo
184
185
```bash
186
npm install # Install dependencies
187
-npm run hoist # Install sub packages dependencies
+npm install --workspaces # Install sub packages dependencies
188
189
-npm run watch:loader
+npm run watch
190
npm run start
191
```
192
core/README.md
@@ -183,9 +183,9 @@ export default Demo
183
0 commit comments