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 (#5203)
This commit is contained in:
parent
94e54fccf8
commit
6a947416ee
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user