1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-29 22:07:10 +02:00

chore(build): fix rollup watch during npm start ()

This commit is contained in:
Brandon Casey 2018-05-24 12:35:27 -04:00 committed by Gary Katsevman
parent 94e54fccf8
commit 6a947416ee
2 changed files with 2 additions and 8 deletions

@ -288,7 +288,6 @@ module.exports = function(grunt) {
dev: [
'skin',
'shell:babel',
'shell:rollupwatch',
'browserify:tests',
'watch:skin',
'watch:lang',
@ -340,12 +339,6 @@ module.exports = function(grunt) {
preferLocal: true
}
},
rollupwatch: {
command: 'npm run rollup-dev',
optoins: {
preferLocal: true
}
},
babel: {
command: 'npm run babel -- --watch --quiet',
options: {

@ -26,7 +26,8 @@
"clean": "grunt clean",
"grunt": "grunt",
"lint": "vjsstandard",
"start": "grunt dev",
"start": "npm-run-all -p start:grunt watch",
"start:grunt": "grunt dev",
"test": "grunt test",
"docs": "npm run docs:lint && npm run docs:api",
"jsdoc": "jsdoc",