js: Use 'npm start' to run 'grunt watch'

This commit is contained in:
Stein Magnus Jodal 2013-05-13 19:25:34 +02:00
parent 75db7c9e7f
commit b22cba63b8
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ You can now run the tests:
To run tests automatically when you save a file:
npm run-script watch
npm start
To run tests, concatenate, minify the source, and update the JavaScript files
in `mopidy/frontends/http/data/`:

View File

@ -31,6 +31,6 @@
"scripts": {
"test": "grunt test",
"build": "grunt build",
"watch": "grunt watch"
"start": "grunt watch"
}
}