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:
parent
8a05aa11a1
commit
1448638285
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user