openvidu-browser npm scripts update

pull/20/head
pabloFuente 2017-10-18 11:02:18 +02:00
parent 2f93a04cb2
commit 52c43c4d85
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
"browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js", "browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js",
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc", "updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cd ts && tsc", "prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc",
"developing": "cd ts && tsc -w" "developing": "cd ts/OpenViduInternal && tsc -w && cd ../OpenVidu && tsc -w"
}, },
"dependencies": { "dependencies": {
"wolfy87-eventemitter": "4.2.9", "wolfy87-eventemitter": "4.2.9",