mirror of
https://github.com/appium/appium.git
synced 2026-02-12 21:10:10 -06:00
add appium.io as a submodule so we can generate stuff from it
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "submodules/instruments-without-delay"]
|
||||
path = submodules/instruments-without-delay
|
||||
url = git://github.com/facebook/instruments-without-delay.git
|
||||
[submodule "submodules/appium.io"]
|
||||
path = submodules/appium.io
|
||||
url = https://github.com/appium/appium.github.com.git
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
"async": "~0.2.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt travis"
|
||||
"test": "grunt travis",
|
||||
"publish": "grunt updateAppiumIo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.8.1",
|
||||
|
||||
1
submodules/appium.io
Submodule
1
submodules/appium.io
Submodule
Submodule submodules/appium.io added at 8ecdcbc620
Reference in New Issue
Block a user