sidnt / proden

prog ram de sign n otes
0 stars 0 forks source link

running sbt only on the files in the commit and the stage #18

Open sidnt opened 4 years ago

sidnt commented 4 years ago

this will help us test the integrity of the commit itself. such that even if you check out the commit, it won't be broken. because then the sbt running on the staging area src, will only see the stage are, and not the dirty things in the working tree. all the untracked files. etc.