Skip to content

Commit 6a94741

Browse files
brandonocaseygkatsev
authored andcommitted
chore(build): fix rollup watch during npm start (videojs#5203)
1 parent 94e54fc commit 6a94741

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build/grunt.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ module.exports = function(grunt) {
288288
dev: [
289289
'skin',
290290
'shell:babel',
291-
'shell:rollupwatch',
292291
'browserify:tests',
293292
'watch:skin',
294293
'watch:lang',
@@ -340,12 +339,6 @@ module.exports = function(grunt) {
340339
preferLocal: true
341340
}
342341
},
343-
rollupwatch: {
344-
command: 'npm run rollup-dev',
345-
optoins: {
346-
preferLocal: true
347-
}
348-
},
349342
babel: {
350343
command: 'npm run babel -- --watch --quiet',
351344
options: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"clean": "grunt clean",
2727
"grunt": "grunt",
2828
"lint": "vjsstandard",
29-
"start": "grunt dev",
29+
"start": "npm-run-all -p start:grunt watch",
30+
"start:grunt": "grunt dev",
3031
"test": "grunt test",
3132
"docs": "npm run docs:lint && npm run docs:api",
3233
"jsdoc": "jsdoc",

0 commit comments

Comments
 (0)