run browserify-shim transform on watch:js:browserify (#687)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
42 | "watch:docs": "nodemon --watch src/ --exec npm run docs", | 42 | "watch:docs": "nodemon --watch src/ --exec npm run docs", |
43 | "watch:js": "npm-run-all -p watch:js:babel watch:js:browserify", | 43 | "watch:js": "npm-run-all -p watch:js:babel watch:js:browserify", |
44 | "watch:js:babel": "npm run build:js:babel -- --watch", | 44 | "watch:js:babel": "npm run build:js:babel -- --watch", |
45 | "watch:js:browserify": "watchify . -v -o dist/videojs-contrib-hls.js", | 45 | "watch:js:browserify": "watchify . -v -t browserify-shim -o dist/videojs-contrib-hls.js", |
46 | "watch:test": "npm-run-all -p watch:test:*", | 46 | "watch:test": "npm-run-all -p watch:test:*", |
47 | "watch:test:js": "node scripts/watch-test.js", | 47 | "watch:test:js": "node scripts/watch-test.js", |
48 | "watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"", | 48 | "watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"", | ... | ... |
-
Please register or sign in to post a comment