lift public phony

This commit is contained in:
Brian Hicks 2020-10-29 00:02:20 -05:00
parent 8f2614f380
commit c48d3235fe

View File

@ -28,6 +28,8 @@ main =
removeFilesAfter "public" ["//*"] removeFilesAfter "public" ["//*"]
removeFilesAfter "styleguide-app" ["elm.js", "bundle.js", "elm-stuff"] removeFilesAfter "styleguide-app" ["elm.js", "bundle.js", "elm-stuff"]
phony "public" $ need ["log/public.txt"]
phony "test" $ do phony "test" $ do
need need
[ "log/npm-install.txt", [ "log/npm-install.txt",
@ -153,5 +155,3 @@ main =
phony "ci" $ do phony "ci" $ do
need ["log/check-exposed.txt", "test", "log/format.txt", "log/documentation.json", "public"] need ["log/check-exposed.txt", "test", "log/format.txt", "log/documentation.json", "public"]
phony "public" $ need ["log/public.txt"]