Skip to content

Commit 296c330

Browse files
committed
Fixed #183
1 parent f13c5c9 commit 296c330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ function testing() {
4949
}
5050

5151
function run() {
52-
#runHerokuLocal
53-
runDev
52+
runHerokuLocal
53+
#runDev
5454
}
5555

5656
function main() {
57-
#run
5857
build
58+
run
5959
}
6060

6161
main

0 commit comments

Comments
 (0)