File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ For more information on how to use the GHCi debugger, see the GHC User's Guide.
106106-- target = buildTestHarnessToProductionJs
107107-- target = checkProjectCompiles
108108-- target = previewProject
109- -- target = liveReloadLive
110- target = Test. all
109+ target = liveReloadLive
110+ -- target = Test.all
111111-- target = rerunJust "Lamdera.Evergreen.TestMigrationHarness -> .full first - (WithMigrations 2)"
112112-- target = checkUserConfig
113113-- target = Test.Wire.buildAllPackages
@@ -205,8 +205,10 @@ liveReloadLive = do
205205 setEnv " LDEBUG" " 1"
206206 setEnv " EXPERIMENTAL" " 1"
207207
208- let p = " /Users/mario/lamdera/test/v1"
208+ -- let p = "/Users/mario/lamdera/test/v1"
209209 -- let p = "/Users/mario/dev/test/lamdera-init"
210+ -- let p = "/Users/mario/dev/projects/refinable"
211+ let p = withRuntimeRoot " test/scenario-migrations1"
210212 -- let p = "/Users/mario/lamdera/overrides/packages/elm/bytes/1.0.8/benchmarks"
211213
212214 -- rmdir "/Users/mario/.elm"
You can’t perform that action at this time.
0 commit comments