Skip to content

Commit ecd8560

Browse files
committed
Add project aliases
1 parent bca16d2 commit ecd8560

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

aliases.sbt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
addCommandAlias("CB", "project coreBundleCallback")
2+
addCommandAlias("CE", "project coreBundleCatsEffect")
3+
addCommandAlias("CG", "project coreGeneric")
4+
addCommandAlias("E", "project extra")
5+
addCommandAlias("FM", "project facadeMain")
6+
addCommandAlias("FT", "project facadeTest")
7+
addCommandAlias("GH", "project ghpages")
8+
addCommandAlias("M2", "project extraExtMonocle2")
9+
addCommandAlias("M3", "project extraExtMonocle3")
10+
addCommandAlias("TS", "project tests")
11+
addCommandAlias("TU", "project testUtil")

0 commit comments

Comments
 (0)