UNPKG

407 Bapplication/x-msdownloadView Raw
1echo "starting test"
2call emote create myproj
3cd myproj
4call emote add all usgs --template _usgstest
5call emote build
6call emote deploy --profile ../profile.json
7call emote test --profile ../profile.json
8cd ..
9call emote create sfproj
10cd sfproj
11call emote add all sfdc --template _sftest
12call emote build
13call emote deploy --profile ../profile.json
14call emote test --profile ../profile.json
15