We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f43f739 + baa033a commit 5c5fa72Copy full SHA for 5c5fa72
1 file changed
README.md
@@ -134,12 +134,12 @@ If You want to see more detail,<br>
134
// npm
135
npm run example // run a test app(demo) by webpack dev server
136
npm run build // build the image slider component by rollup
137
-npm run build:watch // build watch mode
+npm run dev // build watch mode
138
139
// yarn
140
yarn example
141
yarn build
142
-yarn build:watch
+yarn dev
143
```
144
145
If you want to run a test app, should build before do that.<br>
0 commit comments