We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c133b commit 8d0121bCopy full SHA for 8d0121b
run.sh
@@ -34,14 +34,28 @@ function runHerokuLocal() {
34
heroku open
35
}
36
37
-function main() {
38
- #runGithubTestBuild
39
- #setupHeroku
+function setup() {
+ setupHeroku
+}
40
+
41
+function build() {
42
+ buildLikeHerokuWithSite
43
#buildLikeHeroku
44
+ #runGithubTestBuild
45
46
47
+function testing() {
48
+ runTest
49
50
51
+function run() {
52
#runHerokuLocal
- #runDev
- #runTest
- buildLikeHerokuWithSite
53
+ runDev
54
55
56
+function main() {
57
+ run
58
59
60
main
61
0 commit comments