mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 22:21:45 +03:00
lift public phony
This commit is contained in:
parent
8f2614f380
commit
c48d3235fe
@ -28,6 +28,8 @@ main =
|
||||
removeFilesAfter "public" ["//*"]
|
||||
removeFilesAfter "styleguide-app" ["elm.js", "bundle.js", "elm-stuff"]
|
||||
|
||||
phony "public" $ need ["log/public.txt"]
|
||||
|
||||
phony "test" $ do
|
||||
need
|
||||
[ "log/npm-install.txt",
|
||||
@ -153,5 +155,3 @@ main =
|
||||
|
||||
phony "ci" $ do
|
||||
need ["log/check-exposed.txt", "test", "log/format.txt", "log/documentation.json", "public"]
|
||||
|
||||
phony "public" $ need ["log/public.txt"]
|
||||
|
Loading…
Reference in New Issue
Block a user