1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00

Updated contrib install process

This commit is contained in:
Steve Heffernan 2014-06-24 14:57:47 -07:00
parent 8a05aa11a1
commit 1448638285

View File

@ -53,6 +53,10 @@
"desc": "Get any changes to master in the main project",
"exec": "git pull upstream master"
},
{
"desc": "Push any changes to the fork of the main project",
"exec": "git push origin master"
},
{
"desc": "Switch to the release branch",
"exec": "git checkout stable"
@ -61,6 +65,10 @@
"desc": "Get any changes to stable in the main project",
"exec": "git pull upstream stable"
},
{
"desc": "Push any changes to the fork of the main project",
"exec": "git push origin stable"
},
{
"desc": "Install dependencies",
"exec": "npm install"