update README: npm script

This commit is contained in:
DIYgod 2017-01-19 18:21:18 +08:00
parent ef1ae2b761
commit 6f2174cab4
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@ See [docs](http://aplayer.js.org/docs)
```
$ npm install
$ npm run start
$ npm run dev
```
## Make a release
```
$ npm install
$ npm run test
$ npm run build
```
## Related Projects