Skip to content

Commit 8d0121b

Browse files
committed
Fixed #183
1 parent 23c133b commit 8d0121b

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

run.sh

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,28 @@ function runHerokuLocal() {
3434
heroku open
3535
}
3636

37-
function main() {
38-
#runGithubTestBuild
39-
#setupHeroku
37+
function setup() {
38+
setupHeroku
39+
}
40+
41+
function build() {
42+
buildLikeHerokuWithSite
4043
#buildLikeHeroku
44+
#runGithubTestBuild
45+
}
46+
47+
function testing() {
48+
runTest
49+
}
50+
51+
function run() {
4152
#runHerokuLocal
42-
#runDev
43-
#runTest
44-
buildLikeHerokuWithSite
53+
runDev
54+
}
55+
56+
function main() {
57+
run
4558
}
4659

4760
main
61+

0 commit comments

Comments
 (0)