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.
106
106
-- target = buildTestHarnessToProductionJs
107
107
-- target = checkProjectCompiles
108
108
-- target = previewProject
109
- -- target = liveReloadLive
110
- target = Test. all
109
+ target = liveReloadLive
110
+ -- target = Test.all
111
111
-- target = rerunJust "Lamdera.Evergreen.TestMigrationHarness -> .full first - (WithMigrations 2)"
112
112
-- target = checkUserConfig
113
113
-- target = Test.Wire.buildAllPackages
@@ -205,8 +205,10 @@ liveReloadLive = do
205
205
setEnv " LDEBUG" " 1"
206
206
setEnv " EXPERIMENTAL" " 1"
207
207
208
- let p = " /Users/mario/lamdera/test/v1"
208
+ -- let p = "/Users/mario/lamdera/test/v1"
209
209
-- let p = "/Users/mario/dev/test/lamdera-init"
210
+ -- let p = "/Users/mario/dev/projects/refinable"
211
+ let p = withRuntimeRoot " test/scenario-migrations1"
210
212
-- let p = "/Users/mario/lamdera/overrides/packages/elm/bytes/1.0.8/benchmarks"
211
213
212
214
-- rmdir "/Users/mario/.elm"
You can’t perform that action at this time.
0 commit comments